This commit is contained in:
Insality
2025-03-05 21:42:54 +02:00
parent 2c2789f1f9
commit c3b132187a
26 changed files with 338 additions and 574 deletions

View File

@@ -211,7 +211,7 @@ end
---Get button enabled state.
---By default all Buttons is enabled on creating.
---@return boolean @True, if button is enabled now, False overwise
---@return boolean is_enabled True, if button is enabled now, False overwise
function M:is_enabled()
return not self.disabled
end