Update properties for panel

This commit is contained in:
Insality
2025-05-18 13:04:38 +03:00
parent 2133492efe
commit fe955b6e64
3 changed files with 21 additions and 0 deletions

View File

@@ -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