mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-08-01 13:41:02 +08:00
ee
This commit is contained in:
@ -17,7 +17,7 @@ class IndexUIModel extends BaseUIModel {
|
||||
void initModel() {
|
||||
_checkRunTime();
|
||||
Future.delayed(const Duration(milliseconds: 300))
|
||||
.then((value) => globalUIModel.checkUpdate(context!));
|
||||
.then((value) => globalUIModel.doCheckUpdate(context!));
|
||||
super.initModel();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user