mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-06-01 03:15:17 +07:00
chore: thank Ldav Nico and Feuerstern on donate page
This commit is contained in:
parent
a3725e8c48
commit
c4878470bf
1 changed files with 8 additions and 1 deletions
|
|
@ -164,7 +164,14 @@ class _RecentDonorsCard extends StatelessWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final isDark = Theme.of(context).brightness == Brightness.dark;
|
||||
const donorNames = <String>['R4ND0MIZ3D', 'Isra', 'bigJr48'];
|
||||
const donorNames = <String>[
|
||||
'Ldav',
|
||||
'Nico',
|
||||
'Feuerstern',
|
||||
'R4ND0MIZ3D',
|
||||
'Isra',
|
||||
'bigJr48',
|
||||
];
|
||||
|
||||
// Match SettingsGroup color logic
|
||||
final cardColor = isDark
|
||||
|
|
|
|||
Loading…
Reference in a new issue