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:
parent
cdd516221f
commit
f887513e09
1 changed files with 3 additions and 0 deletions
3
main.js
3
main.js
|
@ -73,6 +73,9 @@ function createWindow() {
|
|||
},
|
||||
},
|
||||
]);
|
||||
appIcon.on("click", () => {
|
||||
mainWindow.show()
|
||||
});
|
||||
|
||||
appIcon.setContextMenu(contextMenu);
|
||||
|
||||
|
|
Loading…
Reference in a new issue