diff --git a/app/qml/FindDevicesPage.qml b/app/qml/FindDevicesPage.qml index 1b4cc5d28..6d6b67c53 100644 --- a/app/qml/FindDevicesPage.qml +++ b/app/qml/FindDevicesPage.qml @@ -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 }