diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp index 8fd47a1bc6f..1bf62ff6745 100644 --- a/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp @@ -650,7 +650,7 @@ void EditorSettings::_load_defaults(Ref p_extra_config) { // SSL _initial_set("network/ssl/editor_ssl_certificates", _SYSTEM_CERTS_PATH); - hints["network/ssl/editor_ssl_certificates"] = PropertyInfo(Variant::STRING, "network/ssl/editor_ssl_certificates", PROPERTY_HINT_GLOBAL_FILE, "*.crt,*.pem"); + hints["network/ssl/editor_ssl_certificates"] = PropertyInfo(Variant::STRING, "network/ssl/editor_ssl_certificates", PROPERTY_HINT_GLOBAL_FILE, "*.crt,*.pem", PROPERTY_USAGE_DEFAULT | PROPERTY_USAGE_RESTART_IF_CHANGED); // HTTP Proxy _initial_set("network/http_proxy/host", "");