mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-15 10:33:59 +02:00
Add download preference icon
This commit is contained in:
@@ -736,7 +736,7 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/music-settings.svg", size );
|
||||
break;
|
||||
case DownloadsSettings:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/music-settings.svg", size );
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/downloads.svg", size );
|
||||
break;
|
||||
|
||||
case DropSong:
|
||||
|
Reference in New Issue
Block a user