Fix broken logout.

This commit is contained in:
Black Hat
2018-10-09 11:06:15 +08:00
parent c11429cd50
commit 3dd4f18cc4
2 changed files with 6 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ Column {
highlighted: true
text: "Logout"
onClicked: connection.logout()
onClicked: spectralController.logout(connection)
}
}
}