feat: Add useCurrentPlayerThemeThroughoutApp setting to ThemeSettings

This commit is contained in:
Dr-Blank 2024-08-20 11:52:35 -04:00
parent 74e0d77cf9
commit 3e405b795d
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
4 changed files with 54 additions and 19 deletions

View file

@ -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) =>