activate tray on single click
This commit is contained in:
parent
69acbc9a28
commit
a9e0689619
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ const createTray = () => {
|
|||
},
|
||||
]);
|
||||
|
||||
tray.on('double-click', () => {
|
||||
tray.on('click', () => {
|
||||
mainWindow?.show();
|
||||
createWinThumbarButtons();
|
||||
});
|
||||
|
|
Reference in a new issue