Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Merskin committed Jul 19, 2017
1 parent 611ad57 commit ae49b2e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,12 @@ function createWindow () {
minWidth: 640,
minHeight: 480,
useContentSize: true,
// vibrancy: 'light'
vibrancy: 'dark',
titleBarStyle: 'hidden-inset'
})

mainWindow.loadURL(winURL)

mainWindow.webContents.openDevTools()

mainWindow.on('closed', () => {
mainWindow = null
})
Expand Down

0 comments on commit ae49b2e

Please sign in to comment.