mod: remove in-app update

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-19 13:18:56 +08:00
parent bfb0712ca7
commit 34961e5475
5 changed files with 100 additions and 102 deletions

View File

@@ -370,13 +370,13 @@ class _ExtraSettingState extends State<ExtraSetting> {
setKey: SettingBoxKey.autoClearCache,
defaultVal: false,
),
const SetSwitchItem(
title: '检查更新',
subTitle: '每次启动时检查是否需要更新',
leading: Icon(Icons.system_update_alt_outlined),
setKey: SettingBoxKey.autoUpdate,
defaultVal: false,
),
// const SetSwitchItem(
// title: '检查更新',
// subTitle: '每次启动时检查是否需要更新',
// leading: Icon(Icons.system_update_alt_outlined),
// setKey: SettingBoxKey.autoUpdate,
// defaultVal: false,
// ),
],
),
);