mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-10 17:07:30 +00:00
uhhm
This commit is contained in:
parent
f2815f6c47
commit
8aa2bd954c
@ -170,6 +170,7 @@ 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