diff --git a/lib/utils/storage_pref.dart b/lib/utils/storage_pref.dart index b9363ccee..618b6d54f 100644 --- a/lib/utils/storage_pref.dart +++ b/lib/utils/storage_pref.dart @@ -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);