Expose toast notification methods

This commit is contained in:
Jayden Sipe 2024-10-30 15:33:40 -04:00
parent ec6a1c0e79
commit 722d932466
7 changed files with 59 additions and 0 deletions

View file

@ -105,6 +105,7 @@ private:
void _toast_theme_changed(Control *p_control);
protected:
static void _bind_methods();
static EditorToaster *singleton;
void _notification(int p_what);