mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-29 21:48:26 +00:00
Slightly improved view style of giveaway results in dialogs list.
This commit is contained in:
parent
26e8c29f40
commit
6becaaa953
@ -2367,9 +2367,7 @@ const GiveawayResults *MediaGiveawayResults::giveawayResults() const {
|
||||
}
|
||||
|
||||
TextWithEntities MediaGiveawayResults::notificationText() const {
|
||||
return {
|
||||
.text = tr::lng_prizes_results_title(tr::now),
|
||||
};
|
||||
return Ui::Text::Colorized({ tr::lng_prizes_results_title(tr::now) });
|
||||
}
|
||||
|
||||
QString MediaGiveawayResults::pinnedTextSubstring() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user