kdeconnect-app: Add placeholder icon to device list
This commit is contained in:
parent
986c58fb89
commit
239e53a469
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ Kirigami.ScrollablePage
|
||||||
}
|
}
|
||||||
Kirigami.PlaceholderMessage {
|
Kirigami.PlaceholderMessage {
|
||||||
text: i18nd("kdeconnect-app", "No devices found")
|
text: i18nd("kdeconnect-app", "No devices found")
|
||||||
|
icon.name: 'edit-none-symbolic'
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
visible: devices.count === 0
|
visible: devices.count === 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue