From d4b64d387d2ebde47da4d263c0e69662945a6932 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Tue, 23 Sep 2025 21:53:28 +0200 Subject: [PATCH] focus hard Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/main.ts b/main.ts index f5bbbe7..b841811 100644 --- a/main.ts +++ b/main.ts @@ -582,6 +582,7 @@ async function checkVersion() { getCurrentWindow().listen('tauri://close-requested', async (e) => { console.log('(main) window close requested') + await getCurrentWindow().destroy() }) getCurrentWindow().listen('rebuild-tray', async (e) => {