Show main window before ipcReady
It doesn't flicker anymore if we remove this option, and the app feels no slower.
This commit is contained in:
@@ -31,7 +31,6 @@ function init () {
|
||||
// No menu on the About window
|
||||
win.setMenu(null)
|
||||
|
||||
// TODO: can this be removed?
|
||||
win.webContents.on('did-finish-load', function () {
|
||||
win.show()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user