mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fixed right label for only paid reaction in edit peer info box.
This commit is contained in:
@@ -1411,6 +1411,8 @@ void Controller::fillManageSection() {
|
||||
? tr::lng_manage_peer_reactions_on(tr::now)
|
||||
: some
|
||||
? QString::number(some)
|
||||
: allowed.paidEnabled
|
||||
? QString::number(1)
|
||||
: tr::lng_manage_peer_reactions_off(tr::now);
|
||||
});
|
||||
AddButtonWithCount(
|
||||
|
||||
Reference in New Issue
Block a user