remove unused var

This commit is contained in:
FTCHD
2026-05-10 23:39:38 +03:00
parent 863dae07eb
commit 3993563cb6
+1 -1
View File
@@ -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') console.log('(main) window close requested')
await getCurrentWindow().destroy() await getCurrentWindow().destroy()
}) })