You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Merge pull request #86386 from timothyqiu/empty-layout-name
Strip edges of editor layout names
This commit is contained in:
@@ -2136,10 +2136,6 @@ void EditorNode::_dialog_action(String p_file) {
|
||||
|
||||
} break;
|
||||
case SETTINGS_LAYOUT_DELETE: {
|
||||
if (p_file.is_empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Ref<ConfigFile> config;
|
||||
config.instantiate();
|
||||
Error err = config->load(EditorSettings::get_singleton()->get_editor_layouts_config());
|
||||
|
||||
Reference in New Issue
Block a user