mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 10:51:16 -07:00
Fix showing the normal set
This commit is contained in:
parent
d3c2e0d656
commit
9730c25ec6
1 changed files with 3 additions and 1 deletions
|
|
@ -33,12 +33,13 @@ Menu
|
||||||
checkable: true
|
checkable: true
|
||||||
checked: !showingSearchResults && !showingAllSettings
|
checked: !showingSearchResults && !showingAllSettings
|
||||||
exclusiveGroup: group
|
exclusiveGroup: group
|
||||||
onTriggered: showAllSettings()
|
onTriggered: showSettingVisibilityProfile()
|
||||||
}
|
}
|
||||||
MenuSeparator {}
|
MenuSeparator {}
|
||||||
MenuItem
|
MenuItem
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:inmenu", "Changed settings")
|
text: catalog.i18nc("@action:inmenu", "Changed settings")
|
||||||
|
enabled: false
|
||||||
checkable: true
|
checkable: true
|
||||||
checked: showingAllSettings
|
checked: showingAllSettings
|
||||||
exclusiveGroup: group
|
exclusiveGroup: group
|
||||||
|
|
@ -47,6 +48,7 @@ Menu
|
||||||
MenuItem
|
MenuItem
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:inmenu", "Settings in profile")
|
text: catalog.i18nc("@action:inmenu", "Settings in profile")
|
||||||
|
enabled: false
|
||||||
checkable: true
|
checkable: true
|
||||||
checked: showingAllSettings
|
checked: showingAllSettings
|
||||||
exclusiveGroup: group
|
exclusiveGroup: group
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue