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(
|
||||
size: initialSize,
|
||||
minimumSize: Size(400, 600),
|
||||
center: false,
|
||||
center: true,
|
||||
titleBarStyle: TitleBarStyle.normal,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user