Merge pull request #621 from feross/f/fix

Fix v0.7 bug - refactor state
This commit is contained in:
Feross Aboukhadijeh
2016-06-02 19:53:53 -07:00
12 changed files with 202 additions and 276 deletions

View File

@@ -31,7 +31,7 @@ function init () {
// No menu on the About window
win.setMenu(null)
win.webContents.on('did-finish-load', function () {
win.webContents.once('did-finish-load', function () {
win.show()
})