|
|
|
@ -76,7 +76,7 @@ Item { |
|
|
|
Kirigami.PlaceholderMessage { |
|
|
|
Kirigami.PlaceholderMessage { |
|
|
|
anchors.centerIn: parent |
|
|
|
anchors.centerIn: parent |
|
|
|
width: parent.width - (Kirigami.Units.largeSpacing * 4) |
|
|
|
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") |
|
|
|
text: i18nd("plasma_wallpaper_org.kde.image", "There are no wallpapers in this slideshow") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|