This commit is contained in:
Mihai 2026-06-19 20:02:56 +01:00 committed by GitHub
commit eed6fc6c96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export function createMainWindow() {
} }
// maximise the window if it was maximised before // maximise the window if it was maximised before
if (config.windowState.isMaximised) { if (config.windowState.isMaximised && !startHidden) {
mainWindow.maximize(); mainWindow.maximize();
} }