mirror of
https://github.com/chenasraf/redot-engine.git
synced 2026-05-18 01:39:11 +00:00
Remove (Official) from asset library button
(cherry picked from commit 5f0300f86346aef1eece10d15c1f64059b9b9965)
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