mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 01:24:11 +02:00
use avatar icon in recently played tracks for not-found avatars
This commit is contained in:
@@ -188,7 +188,7 @@ PlaylistItemDelegate::paintShort( QPainter* painter, const QStyleOptionViewItem&
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ( pixmap.isNull() )
|
if ( pixmap.isNull() )
|
||||||
pixmap = QPixmap( RESPATH "images/no-album-art-placeholder.png" );
|
pixmap = QPixmap( RESPATH "images/user-avatar.png" );
|
||||||
|
|
||||||
painter->save();
|
painter->save();
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user