mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-05 11:24:21 +00:00
Fix invoice pinned message phrase.
This commit is contained in:
@@ -1474,7 +1474,9 @@ TextWithEntities MediaInvoice::notificationText() const {
|
||||
}
|
||||
|
||||
QString MediaInvoice::pinnedTextSubstring() const {
|
||||
return QString();
|
||||
return QString::fromUtf8("\xC2\xAB")
|
||||
+ _invoice.title
|
||||
+ QString::fromUtf8("\xC2\xBB");
|
||||
}
|
||||
|
||||
TextForMimeData MediaInvoice::clipboardText() const {
|
||||
|
||||
Reference in New Issue
Block a user