diff --git a/electron/electron.js b/electron/electron.js index db6637ea2..7a9504e13 100644 --- a/electron/electron.js +++ b/electron/electron.js @@ -191,6 +191,10 @@ if (!getTheLock) { mainTray.setContextMenu(trayMenu) } } + // + if (process.platform === 'win32') { + app.setAppUserModelId(config.name) + } }) }