summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge L. Albany <Megacake1234@gmail.com>2024-10-16 11:38:43 +0000
committerGitHub <noreply@github.com>2024-10-16 11:38:43 +0000
commit70d9a5ab375cf1edd221b6a2d8badd852672a98c (patch)
treeb57aa8835dcc87114ced1d924a435b71491a7e97
parentd1479a1733ee7f17ad77fe601dd34c208fe69262 (diff)
parentc32294fb2262dddd84f66b4a4d104f2f43742eed (diff)
downloadredot-engine-70d9a5ab375cf1edd221b6a2d8badd852672a98c.tar.gz
Merge pull request #730 from Spartan322/4.3-remove/asslib-official
[4.3] Remove `(Official)` from asset library button
-rw-r--r--editor/plugins/asset_library_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp
index 9cfab35a9a..1dc6d1d22c 100644
--- a/editor/plugins/asset_library_editor_plugin.cpp
+++ b/editor/plugins/asset_library_editor_plugin.cpp
@@ -705,7 +705,7 @@ void EditorAssetLibrary::_notification(int p_what) {
void EditorAssetLibrary::_update_repository_options() {
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();