Skip to content

Commit

Permalink
chore: remove workaround, issue's fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vgskye committed Feb 12, 2024
1 parent 6550a5a commit eb71bf4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@
confirmDowngrade = false;
removeEventListener('beforeunload', confirmUnload);
unlisten();
// TODO: this is a workaround for tauri-apps/tauri#7119
await appWindow.onCloseRequested(() => {});
return;
}
}
Expand Down Expand Up @@ -124,8 +122,6 @@
} finally {
removeEventListener('beforeunload', confirmUnload);
unlisten();
// TODO: this is a workaround for tauri-apps/tauri#7119
await appWindow.onCloseRequested(() => {});
}
}
let versions: Version[] | undefined = undefined;
Expand Down

0 comments on commit eb71bf4

Please sign in to comment.