#509 Fix
This commit is contained in:
parent
19b4e1f73c
commit
6a394f818d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue