mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 20:23:53 +00:00
Removed show type icons option
This commit is contained in:
parent
e524cc7135
commit
01512efbe6
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user