DownloadListPage: Improve the placeholder text, add icon

This adds an icon to the placeholder text here.
Oh yeah, and add in a bit of translator context for good measure.
This commit is contained in:
Joshua Goins 2025-01-30 12:56:58 +00:00 committed by Bart De Vries
parent ef64dfb8aa
commit 981cc69922

View File

@ -52,7 +52,8 @@ Kirigami.ScrollablePage {
width: Kirigami.Units.gridUnit * 20
anchors.centerIn: parent
text: i18n("No downloads")
icon.name: "download"
text: i18nc("@info:placeholder", "No downloads")
}
model: DownloadModel