mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-10 17:07:30 +00:00
Update main.dart
This commit is contained in:
parent
8aa2bd954c
commit
8c05ddd840
@ -170,7 +170,6 @@ class SpotubeState extends ConsumerState<Spotube> {
|
||||
ref.watch(userPreferencesProvider.select((s) => s.themeMode));
|
||||
final accentMaterialColor =
|
||||
ref.watch(userPreferencesProvider.select((s) => s.accentColorScheme));
|
||||
|
||||
final isAmoledTheme =
|
||||
ref.watch(userPreferencesProvider.select((s) => s.amoledDarkTheme));
|
||||
final locale = ref.watch(userPreferencesProvider.select((s) => s.locale));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user