Merge pull request #35320 from Calinou/edited-scene-extension-if-ambiguous

Display scene file extensions in the editor only if there's ambiguity
This commit is contained in:
Rémi Verschelde
2021-03-23 12:58:07 +01:00
committed by GitHub
4 changed files with 27 additions and 9 deletions
-1
View File
@@ -460,7 +460,6 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
hints["interface/theme/custom_theme"] = PropertyInfo(Variant::STRING, "interface/theme/custom_theme", PROPERTY_HINT_GLOBAL_FILE, "*.res,*.tres,*.theme", PROPERTY_USAGE_DEFAULT);
// Scene tabs
_initial_set("interface/scene_tabs/show_extension", false);
_initial_set("interface/scene_tabs/show_thumbnail_on_hover", true);
_initial_set("interface/scene_tabs/resize_if_many_tabs", true);
_initial_set("interface/scene_tabs/minimum_width", 50);