Prevent vue crash on hotreload

This commit is contained in:
Johannes Zellner
2025-09-30 11:53:26 +02:00
parent 1902e8206d
commit d4262e9fdc
+1 -1
View File
@@ -141,7 +141,7 @@ async function getInstalledApps() {
async function onHashChange() {
if (window.location.hash.indexOf('#/appstore') !== 0) return;
if (appInstallDialog.value) appInstallDialog.value.close();
if (!appInstallDialog.value) return;
const query = window.location.hash.slice('#/appstore/'.length);
if (query) {