mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 12:34:45 +08:00
fix
This commit is contained in:
@ -22,9 +22,9 @@ class SettingUIModel extends BaseUIModel {
|
|||||||
final LocalAuthentication localAuth = LocalAuthentication();
|
final LocalAuthentication localAuth = LocalAuthentication();
|
||||||
isDeviceSupportWinHello = await localAuth.isDeviceSupported();
|
isDeviceSupportWinHello = await localAuth.isDeviceSupported();
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
|
_updateGameLaunchECore();
|
||||||
if (AppConf.isMSE) {
|
if (AppConf.isMSE) {
|
||||||
_updateAutoLoginAccount();
|
_updateAutoLoginAccount();
|
||||||
_updateGameLaunchECore();
|
|
||||||
}
|
}
|
||||||
_loadCustomPath();
|
_loadCustomPath();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user