feat: Center window on startup for improved user experience
This commit is contained in:
@@ -15,7 +15,7 @@ Future<void> bootstrapWindow() async {
|
|||||||
final WindowOptions windowOptions = WindowOptions(
|
final WindowOptions windowOptions = WindowOptions(
|
||||||
size: initialSize,
|
size: initialSize,
|
||||||
minimumSize: Size(400, 600),
|
minimumSize: Size(400, 600),
|
||||||
center: false,
|
center: true,
|
||||||
titleBarStyle: TitleBarStyle.normal,
|
titleBarStyle: TitleBarStyle.normal,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user