1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-26 15:25:04 +02:00

* Show play icon in context menus.

This commit is contained in:
Christian Muehlhaeuser
2014-09-09 00:16:20 +02:00
parent f546d744db
commit 9e6512fc25

View File

@@ -120,7 +120,7 @@ ContextMenu::setQueries( const QList<Tomahawk::query_ptr>& queries )
m_queries << queries;
if ( m_supportedActions & ActionPlay && itemCount() == 1 )
m_sigmap->setMapping( addAction( tr( "&Play" ) ), ActionPlay );
m_sigmap->setMapping( addAction( ImageRegistry::instance()->icon( RESPATH "images/play.svg" ), tr( "&Play" ) ), ActionPlay );
if ( m_supportedActions & ActionQueue )
m_sigmap->setMapping( addAction( tr( "Add to &Queue" ) ), ActionQueue );