Disable progress dialog on export from command line, stab at fixing #24031

This commit is contained in:
Juan Linietsky
2018-11-28 08:45:51 -03:00
parent b47d4e1ba5
commit ab9bbce311
2 changed files with 21 additions and 5 deletions

View File

@@ -525,6 +525,8 @@ private:
} export_defer;
bool disable_progress_dialog;
static EditorNode *singleton;
static Vector<EditorNodeInitCallback> _init_callbacks;