diff --git a/imports/NeoChat/Settings/AccountsPage.qml b/imports/NeoChat/Settings/AccountsPage.qml index 8c3064fb9..e9b56f972 100644 --- a/imports/NeoChat/Settings/AccountsPage.qml +++ b/imports/NeoChat/Settings/AccountsPage.qml @@ -86,7 +86,7 @@ Kirigami.ScrollablePage { } } - property Connections connection: Connections { + Connections { target: Controller function onConnectionAdded() { if (pageStack.layers.depth > 2) diff --git a/imports/NeoChat/Settings/DevicesPage.qml b/imports/NeoChat/Settings/DevicesPage.qml index 2e77fede1..ac5b1879c 100644 --- a/imports/NeoChat/Settings/DevicesPage.qml +++ b/imports/NeoChat/Settings/DevicesPage.qml @@ -20,7 +20,7 @@ Kirigami.ScrollablePage { anchors.fill: parent Kirigami.PlaceholderMessage { - visible: parent.model.count === 0 // We can assume 0 means loading since there is at least one device + visible: parent.count === 0 // We can assume 0 means loading since there is at least one device anchors.centerIn: parent text: i18n("Loading…") Controls.BusyIndicator { diff --git a/res.qrc b/res.qrc index b0ff13313..ef2280d17 100644 --- a/res.qrc +++ b/res.qrc @@ -80,6 +80,7 @@ imports/NeoChat/Settings/Emoticons.qml imports/NeoChat/Settings/AppearanceSettingsPage.qml imports/NeoChat/Settings/AccountsPage.qml + imports/NeoChat/Settings/AccountEditorPage.qml imports/NeoChat/Settings/DevicesPage.qml imports/NeoChat/Settings/About.qml imports/NeoChat/Settings/SonnetConfigPage.qml