Jelajahi Sumber

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

Rémi Verschelde 3 tahun lalu
induk
melakukan
ffc4d62e60
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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;
 	}
 }