Fix #538: makes the app not to restart in full screen mode

This commit is contained in:
Aswath K 2019-02-11 22:37:00 +05:30
parent 6d3a36864e
commit 57939e21f2

View file

@ -43,6 +43,7 @@ function createMainWindow(config, options) {
show: false,
minWidth: minimumWindowWidth,
minHeight: minimumWindowHeight,
fullscreen: false,
});
const mainWindow = new BrowserWindow(windowOptions);