Close RoomWindow when leaving room
BUG: 454995
This commit is contained in:
committed by
Carl Schwan
parent
149ca05423
commit
d647bae102
@@ -22,4 +22,8 @@ Kirigami.ApplicationWindow {
|
||||
currentRoom: window.currentRoom
|
||||
disableCancelShortcut: true
|
||||
}
|
||||
|
||||
onCurrentRoomChanged: if (!currentRoom) {
|
||||
window.close()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user