@@ -42,7 +42,7 @@ Kirigami.ScrollablePage {
|
|||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: parent.width - (Kirigami.Units.largeSpacing * 4)
|
width: parent.width - (Kirigami.Units.largeSpacing * 4)
|
||||||
visible: listView.count == 0
|
visible: listView.count == 0
|
||||||
text: i18n("You didn't join any room yet.")
|
text: sortFilterRoomListModel.filterText.length > 0 ? i18n("No room found.") : i18n("You didn't join any room yet.")
|
||||||
helpfulAction: Kirigami.Action {
|
helpfulAction: Kirigami.Action {
|
||||||
icon.name: "list-add"
|
icon.name: "list-add"
|
||||||
text: i18n("Explore rooms")
|
text: i18n("Explore rooms")
|
||||||
|
|||||||
Reference in New Issue
Block a user