mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-25 01:50:36 +00:00
Fixed description in box for boosting.
Regression was introduced in d82c422ea1
.
This commit is contained in:
parent
764b0d3dcd
commit
336705a503
@ -63,6 +63,14 @@ void BoostBox(
|
||||
data.boost,
|
||||
st::boxRowPadding);
|
||||
|
||||
{
|
||||
const auto &d = data.boost;
|
||||
if (!d.nextLevelBoosts
|
||||
|| ((d.thisLevelBoosts == d.boosts) && d.mine)) {
|
||||
--data.boost.level;
|
||||
}
|
||||
}
|
||||
|
||||
box->addTopButton(st::boxTitleClose, [=] { box->closeBox(); });
|
||||
|
||||
const auto name = data.name;
|
||||
|
Loading…
Reference in New Issue
Block a user