mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03: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:
@@ -990,7 +990,7 @@ Ref<Theme> create_custom_theme() {
|
||||
theme = ResourceLoader::load(custom_theme);
|
||||
}
|
||||
|
||||
String global_font = EditorSettings::get_singleton()->get("interface/custom_font");
|
||||
String global_font = EditorSettings::get_singleton()->get("interface/editor/custom_font");
|
||||
if (global_font != "") {
|
||||
Ref<Font> fnt = ResourceLoader::load(global_font);
|
||||
if (fnt.is_valid()) {
|
||||
|
||||
Reference in New Issue
Block a user