wallpapers/image: hide placeholder message when the image list is being loaded

wilder-5.26
Fushan Wen 4 years ago
parent 96e3232ae5
commit 3ca3bc7e52
No known key found for this signature in database
GPG Key ID: 2E48D1487C91DCAA
  1. 2
      wallpapers/image/imagepackage/contents/ui/ThumbnailsComponent.qml

@ -76,7 +76,7 @@ Item {
Kirigami.PlaceholderMessage {
anchors.centerIn: parent
width: parent.width - (Kirigami.Units.largeSpacing * 4)
visible: wallpapersGrid.view.count === 0
visible: wallpapersGrid.view.count === 0 && !imageWallpaper.loading
text: i18nd("plasma_wallpaper_org.kde.image", "There are no wallpapers in this slideshow")
}

Loading…
Cancel
Save