mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
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();
|
mainWindow?.show();
|
||||||
createWinThumbarButtons();
|
createWinThumbarButtons();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue