Forum Archive

why no icon of hud_alert when run in share sheet

shtek

here's my simple code test.py:

import console
console.hud_alert('test')

console.hud_alert(message[, icon, duration])
Show a HUD-style alert with the given message. The icon can be either 'success' (the default, a checkmark symbol), or 'error' (a cross symbol).

test
test

shtek

no one knows why? no one cares?

cvp

You're right, it's strange. I don't see any explanation ☹️