From 9ad8894983f5aaedb279f9c69ddacd0bf322baa1 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 28 Oct 2023 15:13:22 +0200 Subject: [PATCH] Fix connection switching --- src/qml/UserInfo.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/UserInfo.qml b/src/qml/UserInfo.qml index 4ae774153..36c32182e 100644 --- a/src/qml/UserInfo.qml +++ b/src/qml/UserInfo.qml @@ -130,7 +130,7 @@ QQC2.ToolBar { } onClicked: { - root.connection = userDelegate.connection + Controller.activeConnection = userDelegate.connection if (switchUserButton.checked) { switchUserButton.checked = false }