Skip to content

Commit 3e2c2e9

Browse files
committed
Release 9.2.1
1 parent e3b8d7d commit 3e2c2e9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gui/lib/main.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ void _initWindow() => doWhenWindowReady(() async {
172172
appWindow.alignment = Alignment.center;
173173
}
174174

175-
appWindow.minSize = const Size(kDefaultWindowWidth, kDefaultWindowHeight);
176175
if(isWin11) {
177176
await Window.setEffect(
178177
effect: WindowEffect.acrylic,

gui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: reboot_launcher
22
description: Graphical User Interface for Project Reboot
3-
version: "9.2.0"
3+
version: "9.2.1"
44

55
publish_to: 'none'
66

0 commit comments

Comments
 (0)