This commit is contained in:
lollipopkit
2023-10-30 11:19:05 +08:00
parent 1023f092f6
commit eb0b219505
2 changed files with 5 additions and 6 deletions

View File

@@ -263,7 +263,7 @@ class _SettingPageState extends State<SettingPage> {
return ListTile(
title: Text(l10n.autoCheckUpdate),
subtitle: Text(display, style: UIs.textGrey),
onTap: () => doUpdate(ctx, force: true),
onTap: () => doUpdate(ctx),
trailing: StoreSwitch(prop: _setting.autoCheckAppUpdate),
);
},