mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Fixed right label for only paid reaction in edit peer info box.
This commit is contained in:
parent
2184755fdf
commit
14328eb601
1 changed files with 2 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue