diff --git a/app/qml/FindDevicesPage.qml b/app/qml/FindDevicesPage.qml --- a/app/qml/FindDevicesPage.qml +++ b/app/qml/FindDevicesPage.qml @@ -33,7 +33,15 @@ objectName: "FindDevices" title: i18n("Pair") + + Label { + text: i18n("No devices found") + anchors.centerIn: parent + visible: devices.count === 0 + } + ListView { + id: devices section { property: "status" delegate: Kirigami.Heading {