Merge 2a48059186 into c9d59ee044
This commit is contained in:
commit
86558ba8a0
|
|
@ -81,7 +81,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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue