Add account logout feature via context menu

This commit is contained in:
miruka
2019-08-21 17:45:05 -04:00
parent 7331c1fa1c
commit b8d43ecfec
7 changed files with 47 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ HPage {
onRoomInfoChanged: {
if (roomInfo.left) {
// The room will most likely be gone on client restart
// If left, the room will most likely be gone on client restart
window.uiState.page = "Pages/Default.qml"
window.uiState.pageProperties = {}
window.uiStateChanged()