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 committed Feb 11, 2019
1 parent 6d3a368 commit 57939e2
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 57939e2

Please sign in to comment.