2
0
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:
John Preston
2017-01-31 12:13:51 +03:00
parent 6df0591e82
commit 33d2ec0f54
10 changed files with 60 additions and 26 deletions

View File

@@ -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();