This commit is contained in:
Insality
2025-10-27 01:15:57 +02:00
parent 1f1438b4af
commit f3f19337a3
7 changed files with 83 additions and 161 deletions

View File

@@ -74,7 +74,7 @@ function M.get_commands()
label = "[Druid] Asset Store",
locations = { "Edit" },
run = function()
return asset_store.open_asset_store()
return asset_store.open_asset_store("https://insality.github.io/core/druid_widget_store.json")
end
},