mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
Slightly improved view style of giveaway results in dialogs list.
This commit is contained in:
parent
26e8c29f40
commit
6becaaa953
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue