mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-23 02:41:01 -07:00
Clean up the ToolboxProgressButton
This commit is contained in:
parent
5c3a608e1a
commit
3390cca2d9
2 changed files with 33 additions and 40 deletions
|
|
@ -35,7 +35,7 @@ Column
|
|||
// Don't allow installing while another download is running
|
||||
enabled: installed || (!(toolbox.isDownloading && toolbox.activePackage != model) && !loginRequired)
|
||||
opacity: enabled ? 1.0 : 0.5
|
||||
visible: !updateButton.visible && !installed// Don't show when the update button is visible
|
||||
visible: !updateButton.visible && !installed // Don't show when the update button is visible
|
||||
}
|
||||
|
||||
Cura.SecondaryButton
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue