Merge pull request #66215 from akien-mga/editor-quickopen-disable-load-resources
This commit is contained in:
commit
b770fa2791
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ class EditorQuickOpen : public ConfirmationDialog {
|
||||||
Tree *search_options = nullptr;
|
Tree *search_options = nullptr;
|
||||||
StringName base_type;
|
StringName base_type;
|
||||||
bool allow_multi_select = false;
|
bool allow_multi_select = false;
|
||||||
bool _load_resources = true;
|
bool _load_resources = false; // Prohibitively slow for now.
|
||||||
|
|
||||||
Vector<String> files;
|
Vector<String> files;
|
||||||
OAHashMap<String, Ref<Texture2D>> icons;
|
OAHashMap<String, Ref<Texture2D>> icons;
|
||||||
|
|
Loading…
Reference in a new issue