This commit is contained in:
2023-11-11 01:18:30 +08:00
parent 6494c7971e
commit 7c833fe3ac
6 changed files with 71 additions and 25 deletions

View File

@ -9,7 +9,7 @@ class AboutUIModel extends BaseUIModel {
launchUrlString("ms-windows-store://pdp/?productid=9NF3SWFWNKL1");
return;
}
final hasUpdate = await globalUIModel.checkUpdate(context!);
final hasUpdate = await globalUIModel.doCheckUpdate(context!);
if (!hasUpdate) {
if (mounted) showToast(context!, "已是最新版本");
}