mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-07 07:28:59 +08:00
Fix customised settings indicator
CURA-1585
This commit is contained in:
parent
b452af5dbf
commit
1a8fe6aa1f
@ -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…
x
Reference in New Issue
Block a user