From 85945392a3ed21451f5b685f930f573206a72484 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 16 Jul 2024 20:46:09 +0200 Subject: [PATCH] An another small tweak. --- editor/editor_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp index 31e8474e40..215801a4a1 100644 --- a/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp @@ -356,7 +356,7 @@ void EditorSettings::_load_defaults(Ref p_extra_config) { _initial_set("interface/editor/quit_confirmation", true); _initial_set("interface/editor/accept_dialog_cancel_ok_buttons", 0); hints["interface/editor/accept_dialog_cancel_ok_buttons"] = PropertyInfo(Variant::INT, "interface/editor/accept_dialog_cancel_ok_buttons", PROPERTY_HINT_ENUM, vformat("Auto (%s),Cancel First,OK First", OS::get_singleton()->get_swap_ok_cancel() ? "OK First" : "Cancel First"), PROPERTY_USAGE_DEFAULT | PROPERTY_USAGE_RESTART_IF_CHANGED); - _initial_set("interface/editor/hide_main_screen_plugin_names", false); + _initial_set("interface/editor/hide_main_screen_plugin_names", true); // Inspector _initial_set("interface/inspector/max_array_dictionary_items_per_page", 20);