Release 9.2.1

This commit is contained in:
Alessandro Autiero
2024-07-07 10:17:07 +02:00
parent e3b8d7d182
commit 3e2c2e96b1
2 changed files with 1 additions and 2 deletions

View File

@@ -172,7 +172,6 @@ void _initWindow() => doWhenWindowReady(() async {
appWindow.alignment = Alignment.center; appWindow.alignment = Alignment.center;
} }
appWindow.minSize = const Size(kDefaultWindowWidth, kDefaultWindowHeight);
if(isWin11) { if(isWin11) {
await Window.setEffect( await Window.setEffect(
effect: WindowEffect.acrylic, effect: WindowEffect.acrylic,

View File

@@ -1,6 +1,6 @@
name: reboot_launcher name: reboot_launcher
description: Graphical User Interface for Project Reboot description: Graphical User Interface for Project Reboot
version: "9.2.0" version: "9.2.1"
publish_to: 'none' publish_to: 'none'