mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 05:34:45 +08:00
2.9.13 Beta
This commit is contained in:
@ -41,7 +41,8 @@ class UpgradeDialogUIModel extends BaseUIModel {
|
||||
doUpgrade() async {
|
||||
if (AppConf.isMSE) {
|
||||
launchUrlString("ms-windows-store://pdp/?productid=9NF3SWFWNKL1");
|
||||
return;
|
||||
await Future.delayed(const Duration(seconds: 3));
|
||||
exit(0);
|
||||
}
|
||||
isUpgrading = true;
|
||||
notifyListeners();
|
||||
|
Reference in New Issue
Block a user