Skip to content

Commit

Permalink
Merge pull request #66215 from akien-mga/editor-quickopen-disable-loa…
Browse files Browse the repository at this point in the history
…d-resources
  • Loading branch information
akien-mga authored Sep 21, 2022
2 parents 53d2a9a + 7817a47 commit b770fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor_quick_open.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class EditorQuickOpen : public ConfirmationDialog {
Tree *search_options = nullptr;
StringName base_type;
bool allow_multi_select = false;
bool _load_resources = true;
bool _load_resources = false; // Prohibitively slow for now.

Vector<String> files;
OAHashMap<String, Ref<Texture2D>> icons;
Expand Down

0 comments on commit b770fa2

Please sign in to comment.