Replies: 3 comments
-
I heavily agree with this! Working with someone who is a non coder and gets very confused with programming related things I found that there's no real easy way for me to display notices from my graphical editors to them without dialogs or making them go into a debug log. having the option to make push notifications for these things would be extremely useful to me in my mission to make my friend feel more directly involved with the development of the project without overwhelming them. |
Beta Was this translation helpful? Give feedback.
-
We could make the This wouldn't make it possible to spawn informational toasts though ( Edit: Pull request opened: godotengine/godot#77890 |
Beta Was this translation helpful? Give feedback.
-
Proposal issue opened: #11051 |
Beta Was this translation helpful? Give feedback.
-
Toast notifications can be a good alternative to
OS.alert()
(forces the user to click OK) andpush_error()
/push_warning()
(may not be noticed by the user).Beta Was this translation helpful? Give feedback.
All reactions