This commit is contained in:
2025-01-29 19:47:38 +01:00
parent 5c4c579389
commit a8e3ad1af9
+1 -1
View File
@@ -52,7 +52,7 @@ let installPrompt = null
const result = await installPrompt.prompt()
console.info(result.outcome)
})
button.style.display = 'block'
button.style.display = 'inline-block'
});
;