[App] Show message when no device is found

Summary: {F6286990}

Reviewers: #kde_connect, apol

Reviewed By: #kde_connect, apol

Subscribers: kdeconnect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D15784
This commit is contained in:
Nicolas Fella 2018-09-27 18:16:22 +02:00
parent 5cc205b5de
commit bd5c3ca460

View file

@ -33,7 +33,15 @@ Kirigami.ScrollablePage
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 {