activate tray on single click

This commit is contained in:
Kendall Garner 2024-05-08 19:10:46 -07:00
parent 69acbc9a28
commit a9e0689619
No known key found for this signature in database
GPG key ID: 18D2767419676C87

View file

@ -199,7 +199,7 @@ const createTray = () => {
}, },
]); ]);
tray.on('double-click', () => { tray.on('click', () => {
mainWindow?.show(); mainWindow?.show();
createWinThumbarButtons(); createWinThumbarButtons();
}); });