mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +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);
|
_setting.get(SettingBoxKey.customColor, defaultValue: 0);
|
||||||
|
|
||||||
static bool get dynamicColor =>
|
static bool get dynamicColor =>
|
||||||
_setting.get(SettingBoxKey.dynamicColor, defaultValue: true);
|
_setting.get(SettingBoxKey.dynamicColor, defaultValue: !Platform.isIOS);
|
||||||
|
|
||||||
static bool get autoClearCache =>
|
static bool get autoClearCache =>
|
||||||
_setting.get(SettingBoxKey.autoClearCache, defaultValue: false);
|
_setting.get(SettingBoxKey.autoClearCache, defaultValue: false);
|
||||||
|
|||||||
Reference in New Issue
Block a user