mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Use default album art for drag icon on drag
This commit is contained in:
@@ -492,7 +492,7 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
||||
else if ( mode == Grid )
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/album-placeholder-grid.svg", size );
|
||||
else
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/album-icon.svg", size );
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/album-placeholder-grid.svg", size );
|
||||
break;
|
||||
|
||||
case DefaultArtistImage:
|
||||
|
Reference in New Issue
Block a user