mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Clear DocumentMedia in links overview.
This commit is contained in:
@@ -365,6 +365,7 @@ protected:
|
||||
|
||||
private:
|
||||
void ensureDocumentMediaCreated();
|
||||
void validateThumbnail();
|
||||
|
||||
ClickHandlerPtr _photol;
|
||||
|
||||
@@ -375,6 +376,7 @@ private:
|
||||
int _pixw = 0;
|
||||
int _pixh = 0;
|
||||
Ui::Text::String _text = { st::msgMinWidth };
|
||||
QPixmap _thumbnail;
|
||||
|
||||
struct LinkEntry {
|
||||
LinkEntry() : width(0) {
|
||||
|
Reference in New Issue
Block a user