summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-01-21 11:32:46 +0100
committerGitHub <noreply@github.com>2022-01-21 11:32:46 +0100
commitffc4d62e6039387e43b6f37c0fcb92725d47d8a9 (patch)
treec4dfd99cbdb1bc395008d13fd676d5931b857418
parent20dfa0c60b0bd98d6c4c82aa76b9ab76c873e1ae (diff)
parent575cd3645c83532ec4f498eb4a848a5654c2b197 (diff)
Merge pull request #57032 from timothyqiu/assetlib-network-settings
-rw-r--r--editor/plugins/asset_library_editor_plugin.cpp1
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;
}
}