summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-01-14 11:32:15 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-01-14 11:34:02 +0100
commita565c93aeb716c03ffc98159b274fd9e790e7d62 (patch)
tree2b2015ec3596372992642cb66970f5f25622cd91 /editor/editor_node.h
parentdbbfade584ed5f1ecedd8ce78552e90df66a538d (diff)
downloadredot-engine-a565c93aeb716c03ffc98159b274fd9e790e7d62.tar.gz
Export: Properly disable resource preview thread
Fixes #26857. Fixes #34433. Fixes #34826.
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 7f53f77c76..a5c04d3531 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -561,7 +561,7 @@ private:
bool pack_only;
} export_defer;
- bool disable_progress_dialog;
+ bool cmdline_export_mode;
static EditorNode *singleton;