Add user directory.

This commit is contained in:
Black Hat
2019-12-25 21:20:23 +08:00
parent d25a9fb3a4
commit 282b1750ef
14 changed files with 626 additions and 12 deletions

View File

@@ -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