mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Added silent info to tooltip of scheduled messages.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user