mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Merge pull request #22657 from YeldhamDev/remove_doc_path
Remove "Doc Path" setting
This commit is contained in:
commit
0bc0baff82
@ -531,7 +531,6 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
||||
|
||||
_initial_set("docks/property_editor/texture_preview_width", 48);
|
||||
_initial_set("docks/property_editor/auto_refresh_interval", 0.3);
|
||||
_initial_set("text_editor/help/doc_path", "");
|
||||
_initial_set("text_editor/help/show_help_index", true);
|
||||
|
||||
_initial_set("filesystem/import/ask_save_before_reimport", false);
|
||||
|
Loading…
Reference in New Issue
Block a user