mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 00:12:06 +02:00
* Use new queue icon.
This commit is contained in:
parent
dd92203237
commit
f3674626dc
@ -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" );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user