diff --git a/src/main/main.ts b/src/main/main.ts index eee61fc8..32929c53 100644 --- a/src/main/main.ts +++ b/src/main/main.ts @@ -53,8 +53,7 @@ Log.debug('ENV:', process.env) function startup() { app.setName('NethLink') - //if (isDev()) - app.setAppUserModelId(app.getName()) //add app name to the notification title + app.setAppUserModelId('com.nethesis.nethlink.app') //must match electron-builder appId so Windows notification permissions and taskbar pinning work correctly ///LOGGER startLogger()