mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 22:45:53 +08:00
Added explicit enabled property so connect button actually reacts to clicks
CURA-2277
This commit is contained in:
parent
1ce6c3a4f1
commit
a266a4026c
@ -37,6 +37,7 @@ Item
|
|||||||
text: catalog.i18nc("@action:button", "Connect")
|
text: catalog.i18nc("@action:button", "Connect")
|
||||||
style: UM.Theme.styles.sidebar_action_button
|
style: UM.Theme.styles.sidebar_action_button
|
||||||
onClicked: connectActionDialog.show()
|
onClicked: connectActionDialog.show()
|
||||||
|
enabled: true
|
||||||
visible: !base.printerConnected
|
visible: !base.printerConnected
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user