Skip to content

Commit

Permalink
Merge pull request Redot-Engine#730 from Spartan322/4.3-remove/asslib…
Browse files Browse the repository at this point in the history
…-official

[4.3] Remove `(Official)` from asset library button
  • Loading branch information
Spartan322 authored Oct 16, 2024
2 parents d1479a1 + c32294f commit 70d9a5a
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 70d9a5a

Please sign in to comment.