Merge 2a48059186 into ee830342eb
This commit is contained in:
commit
eed6fc6c96
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue