This commit is contained in:
Core 2022-03-03 09:00:16 +00:00
parent 19b4e1f73c
commit 6a394f818d

View file

@ -283,6 +283,7 @@ export class BrowserWindow {
const windowState = windowStateKeeper({ const windowState = windowStateKeeper({
defaultWidth: 1024, defaultWidth: 1024,
defaultHeight: 600, defaultHeight: 600,
fullScreen: false
}); });
this.options.width = windowState.width; this.options.width = windowState.width;
this.options.height = windowState.height; this.options.height = windowState.height;