From 73245c0f008146f05441886970bf5230d37cfe64 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 3 Aug 2021 17:11:47 +0200 Subject: [PATCH] AccountsPage: remove broken action --- imports/NeoChat/Page/AccountsPage.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/imports/NeoChat/Page/AccountsPage.qml b/imports/NeoChat/Page/AccountsPage.qml index 0e3ac8beb..b45c71298 100644 --- a/imports/NeoChat/Page/AccountsPage.qml +++ b/imports/NeoChat/Page/AccountsPage.qml @@ -48,9 +48,6 @@ Kirigami.Page { delegate: Kirigami.SwipeListItem { leftPadding: 0 rightPadding: 0 - action: Kirigami.Action { - onTriggered: Controller.activeConnection = model.connection - } Kirigami.BasicListItem { anchors.top: parent.top anchors.bottom: parent.bottom