Fix connection switching

This commit is contained in:
Tobias Fella
2023-10-28 15:13:22 +02:00
parent 9e63ca5eb7
commit 9ad8894983

View File

@@ -130,7 +130,7 @@ QQC2.ToolBar {
}
onClicked: {
root.connection = userDelegate.connection
Controller.activeConnection = userDelegate.connection
if (switchUserButton.checked) {
switchUserButton.checked = false
}