mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-25 23:06:23 +02:00
* Use new queue icon.
This commit is contained in:
@@ -34,7 +34,7 @@ QueueItem::QueueItem( SourcesModel* model, SourceTreeItem* parent )
|
||||
, m_sortValue( -150 )
|
||||
{
|
||||
m_text = tr( "Queue" );
|
||||
m_icon = ImageRegistry::instance()->icon( RESPATH "images/new-releases.svg" );
|
||||
m_icon = ImageRegistry::instance()->icon( RESPATH "images/queue.svg" );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user