diff --git a/src/qml/DevicesPage.qml b/src/qml/DevicesPage.qml index 396961e73..75a8131b7 100644 --- a/src/qml/DevicesPage.qml +++ b/src/qml/DevicesPage.qml @@ -16,6 +16,11 @@ FormCard.FormCardPage { title: i18n("Devices") + background: Kirigami.PlaceholderMessage { + text: i18n("Loading…") + visible: !thisDeviceCard.visible + } + required property NeoChatConnection connection property DevicesModel devicesModel: DevicesModel { @@ -24,6 +29,7 @@ FormCard.FormCardPage { } DevicesCard { + id: thisDeviceCard title: i18n("This Device") type: DevicesModel.This showVerifyButton: false