mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 03:02:22 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2046cb14f6 |
@@ -171,6 +171,7 @@ Future<void> _initWindow() async {
|
||||
}else {
|
||||
await windowManager.setAlignment(Alignment.center);
|
||||
}
|
||||
await windowManager.setPreventClose(true);
|
||||
|
||||
if(isWin11) {
|
||||
await Window.setEffect(
|
||||
|
||||
@@ -164,6 +164,9 @@ class _HomePageState extends State<HomePage> with WindowListener, AutomaticKeepA
|
||||
await _hostingController.discardServer();
|
||||
}catch(error) {
|
||||
log("[HOSTING] Cannot discard server: $error");
|
||||
}finally {
|
||||
// Force closing because the backend might be running, but we want the process to exit
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: reboot_launcher
|
||||
description: Graphical User Interface for Project Reboot
|
||||
version: "10.0.0"
|
||||
version: "10.0.1"
|
||||
|
||||
publish_to: 'none'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user