You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
EditorSettings: Move interface/ properties to interface/editor
Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories.
This commit is contained in:
@@ -4257,7 +4257,7 @@ PropertyEditor::PropertyEditor() {
|
||||
use_filter = false;
|
||||
subsection_selectable = false;
|
||||
property_selectable = false;
|
||||
show_type_icons = EDITOR_DEF("interface/show_type_icons", false);
|
||||
show_type_icons = EDITOR_DEF("interface/editor/show_type_icons", false);
|
||||
}
|
||||
|
||||
PropertyEditor::~PropertyEditor() {
|
||||
|
||||
Reference in New Issue
Block a user