mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 17:37:31 +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));
|
ref.watch(userPreferencesProvider.select((s) => s.themeMode));
|
||||||
final accentMaterialColor =
|
final accentMaterialColor =
|
||||||
ref.watch(userPreferencesProvider.select((s) => s.accentColorScheme));
|
ref.watch(userPreferencesProvider.select((s) => s.accentColorScheme));
|
||||||
|
|
||||||
final isAmoledTheme =
|
final isAmoledTheme =
|
||||||
ref.watch(userPreferencesProvider.select((s) => s.amoledDarkTheme));
|
ref.watch(userPreferencesProvider.select((s) => s.amoledDarkTheme));
|
||||||
final locale = ref.watch(userPreferencesProvider.select((s) => s.locale));
|
final locale = ref.watch(userPreferencesProvider.select((s) => s.locale));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user