From 3993563cb62293ee859304e21aaa983d5be2345f Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Sun, 10 May 2026 23:39:38 +0300 Subject: [PATCH] remove unused var --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index dcdec30..128c539 100644 --- a/main.ts +++ b/main.ts @@ -1074,7 +1074,7 @@ async function checkRclone() { })) } -getCurrentWindow().listen('tauri://close-requested', async (e) => { +getCurrentWindow().listen('tauri://close-requested', async () => { console.log('(main) window close requested') await getCurrentWindow().destroy() })