change dynamicColor def value

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-02 17:06:36 +08:00
parent a78214de3c
commit 001b746f65

View File

@@ -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);