Fixed right label for only paid reaction in edit peer info box.

This commit is contained in:
23rd 2025-05-05 00:50:33 +03:00
parent 2184755fdf
commit 14328eb601

View file

@ -1411,6 +1411,8 @@ void Controller::fillManageSection() {
? tr::lng_manage_peer_reactions_on(tr::now) ? tr::lng_manage_peer_reactions_on(tr::now)
: some : some
? QString::number(some) ? QString::number(some)
: allowed.paidEnabled
? QString::number(1)
: tr::lng_manage_peer_reactions_off(tr::now); : tr::lng_manage_peer_reactions_off(tr::now);
}); });
AddButtonWithCount( AddButtonWithCount(