diff --git a/src/main/index.ts b/src/main/index.ts index 354e57a..d2175f0 100644 --- a/src/main/index.ts +++ b/src/main/index.ts @@ -205,6 +205,11 @@ async function createTray() { ]) tray.setToolTip('Fideo') tray.setContextMenu(contextMenu) + + tray.addListener('double-click', function () { + win?.show() + showTaskbar() + }) } function showNotification(title: string, body: string) {