0.6.8 - bug fixes
This commit is contained in:
parent
c3a26b0e3b
commit
ff239aaf86
13 changed files with 534 additions and 402 deletions
|
|
@ -1362,7 +1362,7 @@ class _CreditsScreenState extends State<CreditsScreen> {
|
|||
subtitle: Text('Official Discord server'.i18n),
|
||||
leading: Icon(FontAwesome5.discord, color: Color(0xff7289da), size: 36.0),
|
||||
onTap: () {
|
||||
launch('https://discord.gg/7ap654Tp3z');
|
||||
launch('https://discord.gg/qwJpa3r4dQ');
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
|
|
@ -1373,6 +1373,14 @@ class _CreditsScreenState extends State<CreditsScreen> {
|
|||
launch('https://git.rip/freezer/');
|
||||
},
|
||||
),
|
||||
ListTile(
|
||||
title: Text('Donate'),
|
||||
subtitle: Text('You should rather support your favorite artists, instead of this app!'),
|
||||
leading: Icon(FontAwesome5.paypal, color: Colors.blue, size: 36.0),
|
||||
onTap: () {
|
||||
launch('https://paypal.me/exttex');
|
||||
},
|
||||
),
|
||||
FreezerDivider(),
|
||||
ListTile(
|
||||
title: Text('exttex'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue