Merge pull request #621 from feross/f/fix
Fix v0.7 bug - refactor state
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user