This commit is contained in:
retoor 2025-01-29 19:47:38 +01:00
parent 5c4c579389
commit a8e3ad1af9

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'
});
;