mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
* Resolve dupe accelerator assignment.
This commit is contained in:
@@ -85,9 +85,9 @@ ContextMenu::setQueries( const QList<Tomahawk::query_ptr>& queries )
|
|||||||
if ( m_supportedActions & ActionStopAfter && itemCount() == 1 )
|
if ( m_supportedActions & ActionStopAfter && itemCount() == 1 )
|
||||||
{
|
{
|
||||||
if ( AudioEngine::instance()->stopAfterTrack() == queries.first() )
|
if ( AudioEngine::instance()->stopAfterTrack() == queries.first() )
|
||||||
m_sigmap->setMapping( addAction( tr( "&Continue Playback after this Track" ) ), ActionStopAfter );
|
m_sigmap->setMapping( addAction( tr( "Continue Playback after this &Track" ) ), ActionStopAfter );
|
||||||
else
|
else
|
||||||
m_sigmap->setMapping( addAction( tr( "&Stop Playback after this Track" ) ), ActionStopAfter );
|
m_sigmap->setMapping( addAction( tr( "Stop Playback after this &Track" ) ), ActionStopAfter );
|
||||||
}
|
}
|
||||||
|
|
||||||
addSeparator();
|
addSeparator();
|
||||||
|
Reference in New Issue
Block a user