mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
re-enable avatars in recently played tracks list, as per TWK-346
This commit is contained in:
@@ -184,7 +184,7 @@ PlaylistItemDelegate::paintShort( QPainter* painter, const QStyleOptionViewItem&
|
||||
else
|
||||
lowerText = QString( "played %1 ago by %2" ).arg( playtime ).arg( source->friendlyName() );
|
||||
|
||||
// pixmap = source->avatar();
|
||||
pixmap = source->avatar();
|
||||
}
|
||||
|
||||
if ( pixmap.isNull() )
|
||||
|
Reference in New Issue
Block a user