mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 15:47:11 +02:00
Fix invoice pinned message phrase.
This commit is contained in:
parent
1ffd6d54a0
commit
2e2aed5002
1 changed files with 3 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue