mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Added silent info to tooltip of scheduled messages.
This commit is contained in:
parent
34d9a21aae
commit
a3b91da66c
1 changed files with 3 additions and 0 deletions
|
@ -276,6 +276,9 @@ QString DateTooltipText(not_null<Element*> view) {
|
|||
msgsigned->postAuthor);
|
||||
}
|
||||
}
|
||||
if (item->isScheduled() && item->isSilent()) {
|
||||
dateText += '\n' + QChar(0xD83D) + QChar(0xDD15);
|
||||
}
|
||||
return dateText;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue