Remove the specific AppUserModelID
It's not necessary for Notification on the latest Electron.
This commit is contained in:
@@ -49,9 +49,6 @@ var mainWindow = null;
|
|||||||
var trayIcon = null;
|
var trayIcon = null;
|
||||||
var willAppQuit = false;
|
var willAppQuit = false;
|
||||||
|
|
||||||
// For toast notification on windows
|
|
||||||
app.setAppUserModelId('yuya-oc.electron-mattermost');
|
|
||||||
|
|
||||||
// Quit when all windows are closed.
|
// Quit when all windows are closed.
|
||||||
app.on('window-all-closed', function() {
|
app.on('window-all-closed', function() {
|
||||||
// On OS X it is common for applications and their menu bar
|
// On OS X it is common for applications and their menu bar
|
||||||
|
Reference in New Issue
Block a user