mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-13 11:40:27 +00:00
fix: windows close
This commit is contained in:
parent
3f660c7d5e
commit
31d867bf3b
@ -1,7 +1,7 @@
|
||||
class ConstConf {
|
||||
static const String appVersion = "2.15.0";
|
||||
static const int appVersionCode = 70;
|
||||
static const String appVersionDate = "2025-11-8";
|
||||
static const String appVersion = "2.15.1 Beta";
|
||||
static const int appVersionCode = 71;
|
||||
static const String appVersionDate = "2025-11-15";
|
||||
static const _gameChannels = [
|
||||
"LIVE",
|
||||
"4.0_PREVIEW",
|
||||
|
||||
@ -126,8 +126,8 @@ class App extends HookConsumerWidget with WindowListener {
|
||||
}
|
||||
}
|
||||
}
|
||||
await windowManager.setPreventClose(false);
|
||||
await windowManager.close();
|
||||
await windowManager.destroy();
|
||||
exit(0);
|
||||
}
|
||||
super.onWindowClose();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user