Fix connection switching
This commit is contained in:
@@ -130,7 +130,7 @@ QQC2.ToolBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
root.connection = userDelegate.connection
|
Controller.activeConnection = userDelegate.connection
|
||||||
if (switchUserButton.checked) {
|
if (switchUserButton.checked) {
|
||||||
switchUserButton.checked = false
|
switchUserButton.checked = false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user