From 7cf1308ad426edfe54ac98bab0f8408cb3f655e4 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Sun, 13 Mar 2016 22:57:02 +0900 Subject: [PATCH] Remove the specific AppUserModelID It's not necessary for Notification on the latest Electron. --- src/main.js | 3 --- 1 file changed, 3 deletions(-) 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