1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

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

This commit is contained in:
Rémi Verschelde
2022-01-21 11:32:46 +01:00
committed by GitHub

View File

@@ -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;
}
}