mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge pull request #730 from Spartan322/4.3-remove/asslib-official
[4.3] Remove `(Official)` from asset library button
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user