diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-21 11:32:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-21 11:32:46 +0100 |
commit | ffc4d62e6039387e43b6f37c0fcb92725d47d8a9 (patch) | |
tree | c4dfd99cbdb1bc395008d13fd676d5931b857418 | |
parent | 20dfa0c60b0bd98d6c4c82aa76b9ab76c873e1ae (diff) | |
parent | 575cd3645c83532ec4f498eb4a848a5654c2b197 (diff) |
Merge pull request #57032 from timothyqiu/assetlib-network-settings
-rw-r--r-- | editor/plugins/asset_library_editor_plugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp index 07f0a83c6e..7199f69f0b 100644 --- a/editor/plugins/asset_library_editor_plugin.cpp +++ b/editor/plugins/asset_library_editor_plugin.cpp @@ -612,6 +612,7 @@ void EditorAssetLibrary::_notification(int p_what) { } break; case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: { _update_repository_options(); + setup_http_request(request); } break; } } |