Remove donations links

This commit is contained in:
Christian Pauly 2020-03-14 11:05:28 +01:00
parent 13ca900728
commit fcce8ba95c
2 changed files with 2 additions and 14 deletions

View File

@ -275,7 +275,8 @@ extension LocalizedBody on Event {
size = size / 1000000000;
return "${size.toString()}gb";
}
} else
} else {
return null;
}
}
}

View File

@ -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),