mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Set code links to master until release
This commit is contained in:
@@ -118,7 +118,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
|
||||
@@ -211,4 +211,4 @@ end
|
||||
---@param action action
|
||||
function on_input(self, action_id, action)
|
||||
return self.druid:on_input(action_id, action)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user