diff --git a/src/main.js b/src/main.js index 8dd38c02..145f3e94 100644 --- a/src/main.js +++ b/src/main.js @@ -49,9 +49,6 @@ var mainWindow = null; var trayIcon = null; var willAppQuit = false; -// For toast notification on windows -app.setAppUserModelId('yuya-oc.electron-mattermost'); - // Quit when all windows are closed. app.on('window-all-closed', function() { // On OS X it is common for applications and their menu bar