Merge pull request #727 from Spartan322/remove/asslib-official

Remove `(Official)` from asset library button
This commit is contained in:
Skogi
2024-10-16 01:58:34 -07:00
committed by GitHub

View File

@@ -707,7 +707,7 @@ void EditorAssetLibrary::_notification(int p_what) {
void EditorAssetLibrary::_update_repository_options() {
// TODO: Move to editor_settings.cpp
Dictionary default_urls;
default_urls["godotengine.org (Official)"] = "https://godotengine.org/asset-library/api";
default_urls["godotengine.org"] = "https://godotengine.org/asset-library/api";
Dictionary available_urls = _EDITOR_DEF("asset_library/available_urls", default_urls, true);
repository->clear();
Array keys = available_urls.keys();