mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Don't show en-/disable button when un-/installed
Contributes to: CURA-8587
This commit is contained in:
parent
ca76bcc29c
commit
5b3e9079ed
2 changed files with 3 additions and 2 deletions
|
@ -332,7 +332,7 @@ Rectangle
|
|||
busySecondaryText: catalog.i18nc("@button", "Disabling...")
|
||||
confirmedSecondaryText: catalog.i18nc("@button", "Disabled")
|
||||
enabled: !(installManageButton.busy || updateManageButton.busy)
|
||||
visible: root.manageableInListView || root.expanded
|
||||
visible: (root.manageableInListView || root.expanded) && !installManageButton.confirmed
|
||||
|
||||
onClicked: {
|
||||
if (primary_action)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue