Skip to content

Commit

Permalink
Merge pull request #63 from esnho/dev
Browse files Browse the repository at this point in the history
Fix to support a true fullscreen on MS Windows
  • Loading branch information
funwithtriangles authored May 26, 2018
2 parents b6dbcc1 + 96f56bf commit 411792e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/mainWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export const createMainWindow = () => {
if (!isDevelopment) {
setTimeout(() => {
mainWindow.setFullScreen(true)
event.newGuest.setAutoHideMenuBar(true)
event.newGuest.setMenuBarVisibility(false)
event.newGuest.setFullScreen(true)
}, 500)
}
Expand Down

0 comments on commit 411792e

Please sign in to comment.