mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
version 0.6.18 - photos up to 1280x1280, single-column layout support, new version notifications
This commit is contained in:
@@ -404,7 +404,7 @@ public:
|
||||
} else {
|
||||
QUrl url(original), good(url.isValid() ? url.toEncoded() : "");
|
||||
QString readable = good.isValid() ? good.toDisplayString() : original;
|
||||
result = _t->_font->m.elidedText(readable, Qt::ElideRight, LinkCropLimit);
|
||||
result = _t->_font->m.elidedText(readable, Qt::ElideRight, st::linkCropLimit);
|
||||
fullDisplayed = (result == readable) ? 1 : 0;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user