Skip to content

Commit

Permalink
Fix #538: makes the app not to restart in full screen mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathkk authored and wget committed Mar 24, 2019
1 parent 0c50902 commit 9132336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/mainWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ function createMainWindow(config, options) {
show: false,
minWidth: minimumWindowWidth,
minHeight: minimumWindowHeight,
fullscreen: false,
});

const mainWindow = new BrowserWindow(windowOptions);
Expand Down

0 comments on commit 9132336

Please sign in to comment.