mod: iOS清缓存暂不支持

This commit is contained in:
orz12
2024-07-12 23:22:43 +08:00
parent 8dc89214cb
commit efad4a19f5

View File

@@ -300,7 +300,7 @@ class _ExtraSettingState extends State<ExtraSetting> {
), ),
const SetSwitchItem( const SetSwitchItem(
title: '自动清除缓存', title: '自动清除缓存',
subTitle: '每次启动时清除缓存', subTitle: '每次启动时清除缓存iOS不支持',
leading: Icon(Icons.auto_delete_outlined), leading: Icon(Icons.auto_delete_outlined),
setKey: SettingBoxKey.autoClearCache, setKey: SettingBoxKey.autoClearCache,
defaultVal: false, defaultVal: false,