Implement toast notifications in the editor
This commit is contained in:
parent
d952a84c3e
commit
0587e5e018
38 changed files with 930 additions and 95 deletions
|
|
@ -136,7 +136,7 @@ private:
|
|||
bool is_loading_state = false; // Used to disable saving requests while loading (some signals from buttons will try trigger a save, which happens during loading).
|
||||
Timer *save_state_timer;
|
||||
|
||||
static void _error_handler(void *p_self, const char *p_func, const char *p_file, int p_line, const char *p_error, const char *p_errorexp, ErrorHandlerType p_type);
|
||||
static void _error_handler(void *p_self, const char *p_func, const char *p_file, int p_line, const char *p_error, const char *p_errorexp, bool p_editor_notify, ErrorHandlerType p_type);
|
||||
|
||||
ErrorHandlerList eh;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue