Added checkPackageUsageAndUninstall and the package usage check. No confirmation dialog yet

This commit is contained in:
Jack Ha 2018-07-05 11:47:06 +02:00
parent 9fa8498162
commit 675c5064ed
5 changed files with 67 additions and 3 deletions

View file

@ -83,7 +83,7 @@ Column
font: UM.Theme.getFont("default")
}
}
onClicked: toolbox.uninstall(model.id)
onClicked: toolbox.checkPackageUsageAndUninstall(model.id)
Connections
{
target: toolbox