diff --git a/qml/pages/ConnectionList.qml b/qml/pages/ConnectionList.qml index 4cb2c3e..6650147 100644 --- a/qml/pages/ConnectionList.qml +++ b/qml/pages/ConnectionList.qml @@ -25,6 +25,11 @@ Page { title: "Connections" } + ViewPlaceholder { + enabled: connectionModel.count === 0; + text: "No connections added yet. Pull down to add." + } + delegate: ListItem { id: listItem contentHeight: Theme.itemSizeLarge