mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-07-08 02:11:38 +00:00
refactor: update default value for useMaterialThemeFromSystem to false in theme settings
This commit is contained in:
parent
37f775a79a
commit
f96b954db3
3 changed files with 3 additions and 3 deletions
|
|
@ -50,7 +50,7 @@ _$ThemeSettingsImpl _$$ThemeSettingsImplFromJson(Map<String, dynamic> json) =>
|
|||
ThemeMode.system,
|
||||
highContrast: json['highContrast'] as bool? ?? false,
|
||||
useMaterialThemeFromSystem:
|
||||
json['useMaterialThemeFromSystem'] as bool? ?? true,
|
||||
json['useMaterialThemeFromSystem'] as bool? ?? false,
|
||||
customThemeColor: json['customThemeColor'] as String? ?? '#FF311B92',
|
||||
useMaterialThemeOfPlayingItem:
|
||||
json['useMaterialThemeOfPlayingItem'] as bool? ?? true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue