mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-09 20:49:29 +00:00
feat: Add useCurrentPlayerThemeThroughoutApp setting to ThemeSettings
This commit is contained in:
parent
74e0d77cf9
commit
3e405b795d
4 changed files with 54 additions and 19 deletions
|
|
@ -25,6 +25,7 @@ class ThemeSettings with _$ThemeSettings {
|
|||
const factory ThemeSettings({
|
||||
@Default(true) bool isDarkMode,
|
||||
@Default(true) bool useMaterialThemeOnItemPage,
|
||||
@Default(true) bool useCurrentPlayerThemeThroughoutApp,
|
||||
}) = _ThemeSettings;
|
||||
|
||||
factory ThemeSettings.fromJson(Map<String, dynamic> json) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue