Explorar o código

Removed show type icons option

Daniel J. Ramirez %!s(int64=7) %!d(string=hai) anos
pai
achega
01512efbe6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      editor/property_editor.cpp

+ 1 - 1
editor/property_editor.cpp

@@ -4258,7 +4258,7 @@ PropertyEditor::PropertyEditor() {
 	use_filter = false;
 	subsection_selectable = false;
 	property_selectable = false;
-	show_type_icons = EDITOR_DEF("interface/editor/show_type_icons", false);
+	show_type_icons = false; // maybe one day will return.
 }
 
 PropertyEditor::~PropertyEditor() {