diff --git a/src/main.js b/src/main.js index 754c7de0..82a3f00c 100644 --- a/src/main.js +++ b/src/main.js @@ -55,6 +55,10 @@ function getDarkTheme(createThemesList) { getDarkTheme(createThemesList); +// Set application ID, so notifications work properly +// on Windows 10 (#26) +app.setAppUserModelId('harwara.aman.altus'); + if (!singleInstanceLock) { //Quits the second instance app.quit(); @@ -562,4 +566,4 @@ function confirmExit() { return; } }); -} \ No newline at end of file +}