mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Use default album art for drag icon on drag
This commit is contained in:
parent
4c78ad087e
commit
5f35ba1ffd
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user