1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00

Fix helper displaying if iteam count is greater than 0

This commit is contained in:
kelteseth 2017-10-28 17:24:27 +02:00
parent 7fc01f369f
commit 14a89c1b10

View File

@ -34,6 +34,11 @@ CustomPage {
onClicked: {
print("as")
installedListModel.reloadFiles()
if(installedListModel.getAmountItemLoaded() === 0){
loaderHelp.active = true
} else {
loaderHelp.active = false
}
}
}