Explorar o código

Merge pull request #66215 from akien-mga/editor-quickopen-disable-load-resources

Rémi Verschelde %!s(int64=3) %!d(string=hai) anos
pai
achega
b770fa2791
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      editor/editor_quick_open.h

+ 1 - 1
editor/editor_quick_open.h

@@ -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;