feat(window): center window on screen by default

Add `center: true` to main window configuration to improve initial
window positioning on Windows and other platforms. This addresses
user feedback about the window appearing in the top-left corner.
This commit is contained in:
Jason
2025-11-17 23:25:13 +08:00
parent a00eb764f7
commit 8d2c067814

View File

@@ -19,7 +19,8 @@
"minWidth": 800, "minWidth": 800,
"minHeight": 600, "minHeight": 600,
"resizable": true, "resizable": true,
"fullscreen": false "fullscreen": false,
"center": true
} }
], ],
"security": { "security": {