mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
Update properties for panel
This commit is contained in:
@@ -73,4 +73,11 @@ function M:on_change(callback)
|
||||
end
|
||||
|
||||
|
||||
---Set the enabled state of the checkbox
|
||||
---@param enabled boolean
|
||||
function M:set_enabled(enabled)
|
||||
self.button:set_enabled(enabled)
|
||||
end
|
||||
|
||||
|
||||
return M
|
||||
|
Reference in New Issue
Block a user