Skip to content

Commit

Permalink
Remove (Official) from asset library button
Browse files Browse the repository at this point in the history
(cherry picked from commit 5f0300f)
  • Loading branch information
Spartan322 committed Oct 16, 2024
1 parent d1479a1 commit c32294f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/plugins/asset_library_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit c32294f

Please sign in to comment.