mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:59:02 +08:00
Fix showing the normal set
This commit is contained in:
parent
d3c2e0d656
commit
9730c25ec6
@ -33,12 +33,13 @@ Menu
|
||||
checkable: true
|
||||
checked: !showingSearchResults && !showingAllSettings
|
||||
exclusiveGroup: group
|
||||
onTriggered: showAllSettings()
|
||||
onTriggered: showSettingVisibilityProfile()
|
||||
}
|
||||
MenuSeparator {}
|
||||
MenuItem
|
||||
{
|
||||
text: catalog.i18nc("@action:inmenu", "Changed settings")
|
||||
enabled: false
|
||||
checkable: true
|
||||
checked: showingAllSettings
|
||||
exclusiveGroup: group
|
||||
@ -47,6 +48,7 @@ Menu
|
||||
MenuItem
|
||||
{
|
||||
text: catalog.i18nc("@action:inmenu", "Settings in profile")
|
||||
enabled: false
|
||||
checkable: true
|
||||
checked: showingAllSettings
|
||||
exclusiveGroup: group
|
||||
|
Loading…
x
Reference in New Issue
Block a user