mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 06:44:45 +08:00
2.9 Beta 13
This commit is contained in:
@ -66,7 +66,7 @@ class UpgradeDialogUI extends BaseUI<UpgradeDialogUIModel> {
|
||||
top: 4, bottom: 4, left: 8, right: 8),
|
||||
child: Text("立即更新"),
|
||||
)),
|
||||
if (AppConf.appVersionCode <=
|
||||
if (AppConf.appVersionCode >=
|
||||
(AppConf.networkVersionData?.minVersionCode ?? 0))
|
||||
Button(
|
||||
onPressed: model.doCancel,
|
||||
|
Reference in New Issue
Block a user