mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Version 1.0.5: new audio code + reorder pinned chats.
This commit is contained in:
@@ -327,7 +327,7 @@ private:
|
||||
int32 _thumbw, _colorIndex;
|
||||
|
||||
bool withThumb() const {
|
||||
return !_data->thumb->isNull() && _data->thumb->width() && _data->thumb->height();
|
||||
return !_data->song() && !_data->thumb->isNull() && _data->thumb->width() && _data->thumb->height() && !documentIsExecutableName(_data->name);
|
||||
}
|
||||
bool updateStatusText();
|
||||
|
||||
|
Reference in New Issue
Block a user