Skip to content

Commit

Permalink
fix windows notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Dec 22, 2018
1 parent ff6d7c9 commit 12d4a4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ function handleCheckpoint (checkpointError) {
})
}

// fixes this issue https://github.com/electron/electron/issues/10864
app.setAppUserModelId('com.ifedapoolarewaju.desktop.igdm')

app.on('ready', () => {
createWindow();
// only set the menu template when in production mode/
Expand Down

0 comments on commit 12d4a4d

Please sign in to comment.