Added explicit enabled property so connect button actually reacts to clicks

CURA-2277
This commit is contained in:
Jaime van Kessel 2016-09-13 11:02:45 +02:00
parent 1ce6c3a4f1
commit a266a4026c

View File

@ -37,6 +37,7 @@ Item
text: catalog.i18nc("@action:button", "Connect")
style: UM.Theme.styles.sidebar_action_button
onClicked: connectActionDialog.show()
enabled: true
visible: !base.printerConnected
}
}