1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Update AssetLib network settings when Editor Settings change

This commit is contained in:
Haoyu Qiu
2022-01-21 15:42:05 +08:00
parent 73d00131c6
commit 575cd3645c

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