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.minSize = const Size(kDefaultWindowWidth, kDefaultWindowHeight);
if(isWin11) {
await Window.setEffect(
effect: WindowEffect.acrylic,