Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Prep for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbirrell committed Mar 28, 2017
1 parent a58b1c8 commit ea86eac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function createWindow () {
width: 800,
height: 600,
transparent: false,
// titleBarStyle: 'hidden-inset',
frame: true
}

Expand All @@ -46,7 +47,7 @@ function createWindow () {
}))

// Open the DevTools.
mainWindow.webContents.openDevTools()
// mainWindow.webContents.openDevTools()

// Emitted when the window is closed.
mainWindow.on('close', function () {
Expand Down

0 comments on commit ea86eac

Please sign in to comment.