fix update dialog

This commit is contained in:
2024-04-23 08:51:16 +02:00
parent a72ae1df5f
commit db03ed552f
3 changed files with 17 additions and 12 deletions

View File

@@ -66,6 +66,8 @@
window.dispatchEvent(new CustomEvent("updateExit"));
});
window.dispatchEvent(new CustomEvent("updateCheck"));
window.addEventListener("open-settings", (e) => {
currentPage.set(Page.Settings);
});