mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-10 17:07:30 +00:00
Merge branch 'test-lint' of github.com:KRTirtho/spotube into test-lint
This commit is contained in:
commit
41536538db
@ -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