mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-16 14:07:28 +01:00
Change default theme to System Default (#2608)
* Change default theme to System Default Hopefully this was the only string that dictated the default setting. * Update PreferencesHelper.kt
This commit is contained in:
@@ -71,7 +71,7 @@ class SettingsGeneralController : SettingsController() {
|
||||
Values.THEME_MODE_LIGHT,
|
||||
Values.THEME_MODE_DARK)
|
||||
}
|
||||
defaultValue = Values.THEME_MODE_LIGHT
|
||||
defaultValue = Values.THEME_MODE_SYSTEM
|
||||
summary = "%s"
|
||||
|
||||
onChange {
|
||||
|
||||
Reference in New Issue
Block a user