mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
change dynamicColor def value
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -653,7 +653,7 @@ abstract class Pref {
|
||||
_setting.get(SettingBoxKey.customColor, defaultValue: 0);
|
||||
|
||||
static bool get dynamicColor =>
|
||||
_setting.get(SettingBoxKey.dynamicColor, defaultValue: true);
|
||||
_setting.get(SettingBoxKey.dynamicColor, defaultValue: !Platform.isIOS);
|
||||
|
||||
static bool get autoClearCache =>
|
||||
_setting.get(SettingBoxKey.autoClearCache, defaultValue: false);
|
||||
|
||||
Reference in New Issue
Block a user