activate tray on single click

This commit is contained in:
Kendall Garner
2024-05-08 19:10:46 -07:00
parent 69acbc9a28
commit a9e0689619
+1 -1
View File
@@ -199,7 +199,7 @@ const createTray = () => {
},
]);
tray.on('double-click', () => {
tray.on('click', () => {
mainWindow?.show();
createWinThumbarButtons();
});