diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-01-21 15:42:05 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-01-21 15:42:05 +0800 |
commit | 575cd3645c83532ec4f498eb4a848a5654c2b197 (patch) | |
tree | d0c84df23e302604e454cc24a979c354adb49c25 | |
parent | 73d00131c6887f6993ab78cc8cd95c17166f29a4 (diff) |
Update AssetLib network settings when Editor Settings change
-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; } } |