Make "Last Modified" the default sorting order for the Project Manager
This commit is contained in:
parent
f49d679de4
commit
259fdaf48e
3 changed files with 4 additions and 4 deletions
|
|
@ -707,7 +707,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
|
||||
/* Extra config */
|
||||
|
||||
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_ENUM, "project_manager/sorting_order", 0, "Name,Path,Last Edited")
|
||||
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_ENUM, "project_manager/sorting_order", 0, "Last Edited,Name,Path")
|
||||
|
||||
if (p_extra_config.is_valid()) {
|
||||
if (p_extra_config->has_section("init_projects") && p_extra_config->has_section_key("init_projects", "list")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue