1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

Update AssetLib network settings when Editor Settings change

(cherry picked from commit 575cd3645c)
This commit is contained in:
Haoyu Qiu
2022-01-21 15:42:05 +08:00
committed by Rémi Verschelde
parent b531a49265
commit 164ef0763a

View File

@@ -616,6 +616,7 @@ void EditorAssetLibrary::_notification(int p_what) {
case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
_update_repository_options();
setup_http_request(request);
} break;
}
}