Fix broken logout&login.

This commit is contained in:
Black Hat
2018-10-08 06:43:55 +08:00
parent e69ac60d08
commit 4673ce8df6
2 changed files with 10 additions and 0 deletions

View File

@@ -131,6 +131,8 @@ Column {
highlighted: true
text: "Logout"
onClicked: connection.logout()
}
}
}