Add user directory.
This commit is contained in:
@@ -195,7 +195,7 @@ Drawer {
|
||||
color: MPalette.lighter
|
||||
}
|
||||
|
||||
onClicked: inviteUserDialog.createObject(ApplicationWindow.overlay, {"room": room}).open()
|
||||
onClicked: inviteUserDialog.createObject(ApplicationWindow.overlay, {"controller": spectralController, "room": room}).open()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -249,6 +249,12 @@ Drawer {
|
||||
}
|
||||
}
|
||||
|
||||
onRoomChanged: {
|
||||
if (room == null) {
|
||||
close()
|
||||
}
|
||||
}
|
||||
|
||||
Component {
|
||||
id: roomSettingDialog
|
||||
|
||||
|
||||
Reference in New Issue
Block a user