Remove "Search Results" item

It makes no sense to have it; instead none of the other menuitems are selected when search results are shown.
This commit is contained in:
fieldOfView 2018-02-09 20:22:46 +01:00
parent 61bbfcda3a
commit 3f9d92ade0

View file

@ -18,16 +18,6 @@ Menu
signal showAllSettings()
signal showSettingVisibilityProfile()
MenuItem
{
text: catalog.i18nc("@action:inmenu", "Search Results")
checkable: true
visible: showingSearchResults
checked: showingSearchResults
exclusiveGroup: group
}
MenuSeparator { visible: showingSearchResults }
MenuItem
{
text: catalog.i18nc("@action:inmenu", "Custom selection")