Clear state of appstore view

This commit is contained in:
Johannes Zellner
2025-01-06 21:03:29 +01:00
parent 24550236be
commit 801c0ac47c
2 changed files with 2 additions and 2 deletions

View File

@@ -128,7 +128,7 @@ onMounted(async () => {
defineExpose({
open(a) {
step.value = STEP.INSTALL;
step.value = STEP.DETAILS;
app.value = a;
manifest.value = a.manifest;