Change default theme to classic

This commit is contained in:
Anton Stubenbord
2023-02-06 12:40:25 +01:00
parent c9d86c6120
commit 69b413d789

View File

@@ -28,7 +28,7 @@ class ApplicationSettingsState {
this.preferredThemeMode = ThemeMode.system,
this.isLocalAuthenticationEnabled = false,
this.preferredViewType = ViewType.list,
this.preferredColorSchemeOption = ColorSchemeOption.dynamic,
this.preferredColorSchemeOption = ColorSchemeOption.classic,
});
Map<String, dynamic> toJson() => _$ApplicationSettingsStateToJson(this);