We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b8d7d commit 3e2c2e9Copy full SHA for 3e2c2e9
gui/lib/main.dart
@@ -172,7 +172,6 @@ void _initWindow() => doWhenWindowReady(() async {
172
appWindow.alignment = Alignment.center;
173
}
174
175
- appWindow.minSize = const Size(kDefaultWindowWidth, kDefaultWindowHeight);
176
if(isWin11) {
177
await Window.setEffect(
178
effect: WindowEffect.acrylic,
gui/pubspec.yaml
@@ -1,6 +1,6 @@
1
name: reboot_launcher
2
description: Graphical User Interface for Project Reboot
3
-version: "9.2.0"
+version: "9.2.1"
4
5
publish_to: 'none'
6
0 commit comments