mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-20 12:52:30 +02:00
Show now playing icon also for collections
This commit is contained in:
@@ -167,6 +167,7 @@ SourceDelegate::paintDecorations( QPainter* painter, const QStyleOptionViewItem&
|
||||
type == SourcesModel::Station ||
|
||||
type == SourcesModel::TemporaryPage ||
|
||||
type == SourcesModel::LovedTracksPage ||
|
||||
type == SourcesModel::Collection ||
|
||||
type == SourcesModel::GenericPage );
|
||||
const bool playing = ( AudioEngine::instance()->isPlaying() || AudioEngine::instance()->isPaused() );
|
||||
|
||||
|
Reference in New Issue
Block a user