mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06:00
Fix customised settings indicator
CURA-1585
This commit is contained in:
parent
b452af5dbf
commit
1a8fe6aa1f
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ Item{
|
||||||
UM.SimpleButton {
|
UM.SimpleButton {
|
||||||
id: customisedSettings
|
id: customisedSettings
|
||||||
|
|
||||||
visible: UM.ActiveProfile.hasCustomisedValues
|
visible: Cura.MachineManager.hasUserSettings
|
||||||
height: parent.height * 0.6
|
height: parent.height * 0.6
|
||||||
width: parent.height * 0.6
|
width: parent.height * 0.6
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue