Fix app link icon reset handling

This commit is contained in:
Johannes Zellner
2025-08-11 16:45:40 +02:00
parent cec15dbfc0
commit f40145412b
2 changed files with 3 additions and 3 deletions
+2
View File
@@ -70,6 +70,8 @@ async function onUnset() {
const error = await props.unsetHandler();
if (!error) isChanged.value = false;
internalSrc.value = props.fallbackSrc;
busy.value = false;
}