mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-13 14:12:15 -06:00
Change default theme to classic
This commit is contained in:
@@ -28,7 +28,7 @@ class ApplicationSettingsState {
|
|||||||
this.preferredThemeMode = ThemeMode.system,
|
this.preferredThemeMode = ThemeMode.system,
|
||||||
this.isLocalAuthenticationEnabled = false,
|
this.isLocalAuthenticationEnabled = false,
|
||||||
this.preferredViewType = ViewType.list,
|
this.preferredViewType = ViewType.list,
|
||||||
this.preferredColorSchemeOption = ColorSchemeOption.dynamic,
|
this.preferredColorSchemeOption = ColorSchemeOption.classic,
|
||||||
});
|
});
|
||||||
|
|
||||||
Map<String, dynamic> toJson() => _$ApplicationSettingsStateToJson(this);
|
Map<String, dynamic> toJson() => _$ApplicationSettingsStateToJson(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user