Improve placeholder text for WidgetsPage

This shortens the text and adds an icon.
This commit is contained in:
Joshua Goins
2026-01-17 10:58:37 -05:00
parent 0b5de13c36
commit 7e34570a05

View File

@@ -24,7 +24,8 @@ Kirigami.ScrollablePage {
Kirigami.PlaceholderMessage {
anchors.centerIn: parent
text: i18nc("@placeholder", "This room does not use any extensions")
icon.name: "extension-symbolic"
text: i18nc("@placeholder", "No extensions")
visible: extView.count === 0
}