diff options
Diffstat (limited to 'playerwidget.cpp')
-rw-r--r-- | playerwidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playerwidget.cpp b/playerwidget.cpp index d34b954..bb8509a 100644 --- a/playerwidget.cpp +++ b/playerwidget.cpp @@ -208,6 +208,7 @@ void PlayerWidget::setupGui(QSplashScreen *splash){ QAction *searchMBA = new QAction(QIcon(":/bizarre_amputee.png"), tr("Search Musicbrainz"), this); connect(searchMBA, &QAction::triggered, [this, curW] { searchMusicbrainz(curW->view()->selectionModel()->currentIndex()); }); curW->view()->addAction(searchMBA); + curW->view()->addActions(curW->customActions()->actions()); } } QAction *gotoAlbumA = new QAction(QIcon(":/next.png"), tr("Goto album"), this); |