mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Don't show reset for only custom profile when in custom mode.
part of CURA-9347
This commit is contained in:
parent
067a40dbe8
commit
4ecc0a98bb
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ Item
|
|||
color: enabled ? UM.Theme.getColor("accent_1") : UM.Theme.getColor("disabled")
|
||||
hoverColor: UM.Theme.getColor("primary_hover")
|
||||
|
||||
enabled: Cura.MachineManager.hasCustomQuality || Cura.MachineManager.hasUserSettings
|
||||
enabled: (fullWarning && Cura.MachineManager.hasCustomQuality) || Cura.MachineManager.hasUserSettings
|
||||
onClicked: Cura.MachineManager.resetToUseDefaultQuality()
|
||||
|
||||
UM.ToolTip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue