Properly warn about the effects of changing an import type, as well as force editor restart. Fixes #23874
This commit is contained in:
@ -782,7 +782,8 @@ public:
|
||||
void add_tool_submenu_item(const String &p_name, PopupMenu *p_submenu);
|
||||
void remove_tool_menu_item(const String &p_name);
|
||||
|
||||
void save_all_scenes_and_restart();
|
||||
void save_all_scenes();
|
||||
void restart_editor();
|
||||
|
||||
void dim_editor(bool p_dimming);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user