Skip to content

Commit

Permalink
An another small tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Jul 16, 2024
1 parent 38dd206 commit 8594539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/editor_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> 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);
Expand Down

0 comments on commit 8594539

Please sign in to comment.