mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 22:31:21 -07:00
Added explicit enabled property so connect button actually reacts to clicks
CURA-2277
This commit is contained in:
parent
1ce6c3a4f1
commit
a266a4026c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue