1
1
Fork 0
mirror of https://github.com/smartfrigde/armcord.git synced 2024-08-14 23:56:58 +00:00

Follow Discord tray behaviour

This commit is contained in:
smartfridge 2021-05-10 16:35:07 +02:00
parent cdd516221f
commit f887513e09

View file

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