mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Various improvements
This commit is contained in:
@@ -1792,8 +1792,7 @@ private final class PeersCountPanelNode: ASDisplayNode {
|
||||
var count: Int = 0 {
|
||||
didSet {
|
||||
if self.count != oldValue && self.count > 0 {
|
||||
//TODO:localize
|
||||
self.button.title = "Send"
|
||||
self.button.title = self.strings.ShareMenu_Send
|
||||
self.button.badge = "\(self.count)"
|
||||
|
||||
if let (width, sideInset, bottomInset) = self.validLayout {
|
||||
|
||||
Reference in New Issue
Block a user