Skip to content

Commit

Permalink
fix(app/icon-genie/docs): more refinement for Electron (#11163)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Nov 13, 2021
1 parent c6a4c94 commit 609a344
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/electron/electron-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function createWindow () {
})
}

app.on('ready', createWindow)
app.whenReady().then(createWindow)

app.on('window-all-closed', () => {
if (platform !== 'darwin') {
Expand Down
File renamed without changes

0 comments on commit 609a344

Please sign in to comment.