mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Use better title in boost box.
This commit is contained in:
parent
8f8725e1af
commit
9251e6faba
1 changed files with 3 additions and 1 deletions
|
@ -397,7 +397,9 @@ void BoostBox(
|
|||
close->parentWidget(),
|
||||
MakeTitle(
|
||||
box,
|
||||
rpl::duplicate(title),
|
||||
(data.group
|
||||
? tr::lng_boost_group_button
|
||||
: tr::lng_boost_channel_button)(),
|
||||
rpl::duplicate(repeated),
|
||||
false));
|
||||
const auto titleInner = faded.data();
|
||||
|
|
Loading…
Add table
Reference in a new issue