Remove donations links
This commit is contained in:
parent
13ca900728
commit
fcce8ba95c
|
@ -275,7 +275,8 @@ extension LocalizedBody on Event {
|
|||
size = size / 1000000000;
|
||||
return "${size.toString()}gb";
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -193,19 +193,6 @@ class _SettingsState extends State<Settings> {
|
|||
),
|
||||
),
|
||||
),
|
||||
ListTile(
|
||||
title: Container(
|
||||
alignment: Alignment.centerLeft,
|
||||
child: Image.asset("assets/kofi.png", width: 200),
|
||||
),
|
||||
onTap: () => launch("https://ko-fi.com/V7V315112"),
|
||||
),
|
||||
ListTile(
|
||||
leading: Icon(Icons.local_atm),
|
||||
title: Text("Liberapay " + I18n.of(context).donate),
|
||||
onTap: () =>
|
||||
launch("https://liberapay.com/KrilleChritzelius/donate"),
|
||||
),
|
||||
ListTile(
|
||||
leading: Icon(Icons.help),
|
||||
title: Text(I18n.of(context).help),
|
||||
|
|
Loading…
Reference in a new issue