Merge branch 'main' into dev

# Conflicts:
#	lib/constants/app_info.dart
#	lib/main.dart
#	lib/screens/local_album_screen.dart
#	lib/screens/queue_tab.dart
#	lib/screens/settings/donate_page.dart
#	lib/services/local_track_redownload_service.dart
#	pubspec.yaml
This commit is contained in:
zarzet
2026-03-17 15:10:04 +07:00
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -164,7 +164,7 @@ class _RecentDonorsCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
final isDark = Theme.of(context).brightness == Brightness.dark;
const donorNames = <String>['a fan', 'mc nuggets jimmy', 'CJBGR', 'michahRicie'];
const donorNames = <String>['micahRichie', 'a fan', 'mc nuggets jimmy', 'CJBGR'];
// Match SettingsGroup color logic
final cardColor = isDark
@@ -480,7 +480,7 @@ int _cr(String v) {
}
// Highlighted supporters (hashes of names).
const _cv = <int>{1365043105};
const _cv = <int>{1211573191};
class _SupporterChip extends StatelessWidget {
final String name;