Преглед изворни кода

Merge pull request #57032 from timothyqiu/assetlib-network-settings

Rémi Verschelde пре 3 година
родитељ
комит
ffc4d62e60
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      editor/plugins/asset_library_editor_plugin.cpp

+ 1 - 0
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;
 	}
 }