Follow Discord tray behaviour

This commit is contained in:
smartfridge 2021-05-10 16:35:07 +02:00
parent cdd516221f
commit f887513e09
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ function createWindow() {
},
},
]);
appIcon.on("click", () => {
mainWindow.show()
});
appIcon.setContextMenu(contextMenu);