Various improvements

This commit is contained in:
Ilya Laktyushin
2025-07-19 12:51:42 +01:00
parent a6544e5d57
commit dff0a61d19
47 changed files with 3435 additions and 1308 deletions

View File

@@ -380,7 +380,7 @@ public final class ButtonComponent: Component {
public init(
background: Background,
content: AnyComponentWithIdentity<Empty>,
isEnabled: Bool,
isEnabled: Bool = true,
tintWhenDisabled: Bool = true,
allowActionWhenDisabled: Bool = false,
displaysProgress: Bool = false,