mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
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:
parent
61bbfcda3a
commit
3f9d92ade0
1 changed files with 0 additions and 10 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue