Only set postinstall pending in localstorage if a message exists in the manifest

This commit is contained in:
Johannes Zellner
2026-02-20 22:17:10 +01:00
parent 723c670100
commit 555e4f0e65
@@ -162,7 +162,7 @@ async function onSubmit(overwriteDns) {
if (!error) {
dialog.value.close();
localStorage['confirmPostInstall_' + result.id] = true;
if (manifest.value.postInstallMessage) localStorage['confirmPostInstall_' + result.id] = true;
return window.location.href = `/#/app/${result.id}/info`;
}