mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Cleanup and simplify toolbox plugin update
This commit is contained in:
parent
0f0b6a9712
commit
1f088aabc4
3 changed files with 10 additions and 20 deletions
|
@ -37,10 +37,7 @@ Column
|
|||
font: UM.Theme.getFont("default_bold")
|
||||
}
|
||||
}
|
||||
onClicked: {
|
||||
// Must do all stuff in 1 function as the current ToolboxInstalledTile object is going to disappear...
|
||||
toolbox.update(model.id)
|
||||
}
|
||||
onClicked: toolbox.update(model.id)
|
||||
}
|
||||
ProgressBar
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue