mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Make "show all settings" work
CURA-5088 "Show All Settings" in setting visibility menu now sets all settings to be visible.
This commit is contained in:
parent
8f6f56a5e6
commit
2660d15857
3 changed files with 9 additions and 29 deletions
|
|
@ -13,11 +13,8 @@ Menu
|
|||
title: catalog.i18nc("@action:inmenu", "Visible Settings")
|
||||
|
||||
property QtObject settingVisibilityPresetsModel: CuraApplication.getSettingVisibilityPresetsModel()
|
||||
property bool showingSearchResults
|
||||
property bool showingAllSettings
|
||||
|
||||
signal showAllSettings()
|
||||
signal showSettingVisibilityProfile()
|
||||
|
||||
Instantiator
|
||||
{
|
||||
|
|
@ -43,7 +40,7 @@ Menu
|
|||
MenuSeparator {}
|
||||
MenuItem
|
||||
{
|
||||
text: catalog.i18nc("@action:inmenu", "All Settings")
|
||||
text: catalog.i18nc("@action:inmenu", "Show All Settings")
|
||||
checkable: true
|
||||
checked: showingAllSettings
|
||||
exclusiveGroup: group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue