mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Reset button if user declines license
Contributes to: CURA-8587
This commit is contained in:
parent
5b3e9079ed
commit
bb9696c39f
4 changed files with 73 additions and 40 deletions
|
|
@ -358,7 +358,7 @@ Rectangle
|
|||
busySecondaryText: catalog.i18nc("@button", "Uninstalling...")
|
||||
confirmedSecondaryText: catalog.i18nc("@button", "Uninstalled")
|
||||
enabled: !(enableManageButton.busy || updateManageButton.busy)
|
||||
visible: state == "confirmed" || root.manageableInListView || root.expanded
|
||||
visible: installManageButton.confirmed || root.manageableInListView || root.expanded
|
||||
|
||||
onClicked:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue