2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-02 07:35:12 +00:00

Use better title in boost box.

This commit is contained in:
John Preston
2024-04-05 17:30:41 +04:00
parent 8f8725e1af
commit 9251e6faba

View File

@@ -397,7 +397,9 @@ void BoostBox(
close->parentWidget(), close->parentWidget(),
MakeTitle( MakeTitle(
box, box,
rpl::duplicate(title), (data.group
? tr::lng_boost_group_button
: tr::lng_boost_channel_button)(),
rpl::duplicate(repeated), rpl::duplicate(repeated),
false)); false));
const auto titleInner = faded.data(); const auto titleInner = faded.data();