Skip to content

Commit

Permalink
made app fullscreen at start
Browse files Browse the repository at this point in the history
  • Loading branch information
hanayik committed Mar 31, 2017
1 parent af0a47f commit 5ffc618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let mainWindow

function createWindow () {
// Create the browser window.
mainWindow = new BrowserWindow({width: 800, height: 600})
mainWindow = new BrowserWindow({width: 800, height: 600, fullscreen: true})

// and load the index.html of the app.
mainWindow.loadURL(url.format({
Expand Down

0 comments on commit 5ffc618

Please sign in to comment.