1
0
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:
Jason Herskowitz
2015-03-13 20:12:41 -04:00
parent 571f00611e
commit 7d286e852e
3 changed files with 11 additions and 1 deletions

View File

@@ -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: