mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Fixed ability to copy entire translated text from context menu.
This commit is contained in:
@@ -2665,7 +2665,7 @@ TextWithEntities HistoryItem::translatedTextWithLocalEntities() const {
|
||||
TextForMimeData HistoryItem::clipboardText() const {
|
||||
return isService()
|
||||
? TextForMimeData()
|
||||
: TextForMimeData::WithExpandedLinks(_text);
|
||||
: TextForMimeData::WithExpandedLinks(translatedText());
|
||||
}
|
||||
|
||||
bool HistoryItem::changeViewsCount(int count) {
|
||||
|
Reference in New Issue
Block a user