feat: add message when host doesn't show any apps
This commit is contained in:
parent
7a769172a1
commit
cc0b574bb1
1 changed files with 13 additions and 0 deletions
|
|
@ -339,6 +339,19 @@ CenteredGridView {
|
|||
}
|
||||
}
|
||||
|
||||
Row {
|
||||
anchors.centerIn: parent
|
||||
spacing: 5
|
||||
visible: appGrid.count === 0
|
||||
|
||||
Label {
|
||||
text: qsTr("This computer doesn't seem to have any applications or some applications are hidden")
|
||||
font.pointSize: 20
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
wrapMode: Text.Wrap
|
||||
}
|
||||
}
|
||||
|
||||
NavigableMessageDialog {
|
||||
id: quitAppDialog
|
||||
property string appName : ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue