mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Use new queue icon.
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
<file>data/images/new-additions.svg</file>
|
||||
<file>data/images/charts.svg</file>
|
||||
<file>data/images/new-releases.svg</file>
|
||||
<file>data/images/queue.svg</file>
|
||||
<file>data/images/loved_playlist.svg</file>
|
||||
<file>data/images/dashboard.svg</file>
|
||||
<file>data/images/artist-icon.svg</file>
|
||||
|
@@ -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