summaryrefslogtreecommitdiff
path: root/editor/editor_quick_open.h
diff options
context:
space:
mode:
authorwillnationsdev <willnationsdev@gmail.com>2022-06-25 19:07:01 -0500
committerwillnationsdev <willnationsdev@gmail.com>2022-09-17 20:35:58 -0500
commitcc5a736c0b92eb66d754d4a423921129e78524cb (patch)
tree5258f3d2904f547708051074b72a1114b6374a62 /editor/editor_quick_open.h
parent4ab3fdcda07bf700b33eb7c85f53826b2464c02f (diff)
Enable QuickOpen to see scripted resources.
Diffstat (limited to 'editor/editor_quick_open.h')
-rw-r--r--editor/editor_quick_open.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_quick_open.h b/editor/editor_quick_open.h
index e41a8c7e75..86a419b538 100644
--- a/editor/editor_quick_open.h
+++ b/editor/editor_quick_open.h
@@ -43,6 +43,7 @@ class EditorQuickOpen : public ConfirmationDialog {
Tree *search_options = nullptr;
StringName base_type;
bool allow_multi_select = false;
+ bool _load_resources = true;
Vector<String> files;
OAHashMap<String, Ref<Texture2D>> icons;