This commit is contained in:
problematicconsumer
2023-10-07 20:22:21 +03:30
parent e752461ad2
commit f1ebafd766
7 changed files with 41 additions and 29 deletions

View File

@@ -13,9 +13,10 @@ class WindowController extends _$WindowController
@override
Future<bool> build() async {
await windowManager.ensureInitialized();
const size = Size(868, 668);
const windowOptions = WindowOptions(
size: Size(868, 768),
minimumSize: Size(868, 648),
size: size,
minimumSize: size,
center: true,
);
await windowManager.setPreventClose(true);