You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Removed show type icons option
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user