[Editor] Unload addons when using --import or --quit.

This commit is contained in:
bruvzg 2024-07-09 09:48:45 +03:00
parent 82cedc83c9
commit c151c7dce0
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
3 changed files with 19 additions and 2 deletions

View file

@ -908,6 +908,7 @@ public:
void save_before_run();
void try_autosave();
void restart_editor();
void unload_editor_addons();
void dim_editor(bool p_dimming);
bool is_editor_dimmed() const;