mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Also have/keep the uninstalled status displayed.
'isRecentlyInstalled' was both for installing _and_ uninstalling. Will add the rename to the refactor later on. part of CURA-8587
This commit is contained in:
parent
db09954ac8
commit
27cb1d2d9f
2 changed files with 4 additions and 3 deletions
|
@ -361,7 +361,7 @@ Rectangle
|
|||
secondaryText: catalog.i18nc("@button", "Uninstall")
|
||||
busySecondaryText: catalog.i18nc("@button", "Uninstalling...")
|
||||
confirmedSecondaryText: catalog.i18nc("@button", "Uninstalled")
|
||||
confirmedTextChoice: packageData.isRecentlyInstalled
|
||||
confirmedTextChoice: packageData.installationStatus
|
||||
enabled: !(enableManageButton.busy || updateManageButton.busy)
|
||||
|
||||
onClicked:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue