Remove find buttons in status bar, and use Ctrl-F for both find in views and find in playqueue. Action depends upon which view has focus.
BUG: 384
This commit is contained in:
@@ -41,7 +41,6 @@ FolderPage::FolderPage(QWidget *p)
|
||||
addToPlayQueue->setDefaultAction(StdActions::self()->addToPlayQueueAction);
|
||||
replacePlayQueue->setDefaultAction(StdActions::self()->replacePlayQueueAction);
|
||||
libraryUpdate->setDefaultAction(StdActions::self()->refreshAction);
|
||||
searchButton->setDefaultAction(StdActions::self()->searchAction);
|
||||
#ifndef Q_OS_WIN
|
||||
browseAction = ActionCollection::get()->createAction("openfilemanager", i18n("Open In File Manager"), "system-file-manager");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user