mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +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() )
|
||||
pixmap = QPixmap( RESPATH "images/no-album-art-placeholder.png" );
|
||||
pixmap = QPixmap( RESPATH "images/user-avatar.png" );
|
||||
|
||||
painter->save();
|
||||
{
|
||||
|
Reference in New Issue
Block a user