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:
parent
7fc01f369f
commit
14a89c1b10
@ -34,6 +34,11 @@ CustomPage {
|
||||
onClicked: {
|
||||
print("as")
|
||||
installedListModel.reloadFiles()
|
||||
if(installedListModel.getAmountItemLoaded() === 0){
|
||||
loaderHelp.active = true
|
||||
} else {
|
||||
loaderHelp.active = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user