Accessibility improvements

This commit is contained in:
Ilya Laktyushin
2023-02-06 19:58:06 +04:00
parent 78b02192cf
commit 7b746eb9b2
9 changed files with 55 additions and 6 deletions

View File

@@ -312,6 +312,7 @@ final class ChatChannelSubscriberInputPanelNode: ChatInputPanelNode {
}
self.button.setTitle(title, with: Font.regular(17.0), with: color, for: [])
self.button.accessibilityLabel = title
} else {
self.action = nil
}