kdeconnect-app: Add placeholder icon to device list

This commit is contained in:
Carl Schwan 2024-10-05 21:19:35 +02:00
parent 986c58fb89
commit 239e53a469

View file

@ -55,6 +55,7 @@ Kirigami.ScrollablePage
}
Kirigami.PlaceholderMessage {
text: i18nd("kdeconnect-app", "No devices found")
icon.name: 'edit-none-symbolic'
anchors.centerIn: parent
visible: devices.count === 0
}