Merge branch 'master' into develop

This commit is contained in:
Insality
2025-04-19 19:49:51 +03:00
4 changed files with 30 additions and 13 deletions

View File

@@ -175,7 +175,7 @@ local function setup_components(self)
return
end
local url_prefix = "https://github.com/Insality/druid/blob/develop/"
local url_prefix = "https://github.com/Insality/druid/blob/master/"
sys.open_url(url_prefix .. code_url, { target = "_blank" })
end)
end