add settings button to room context menu
This commit is contained in:
committed by
Carl Schwan
parent
9d804e6ea7
commit
70de0dc624
@@ -57,6 +57,11 @@ Loader {
|
||||
}
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
text: i18n("Room settings")
|
||||
onTriggered: ApplicationWindow.window.pageStack.pushDialogLayer('qrc:/imports/NeoChat/RoomSettings/Categories.qml', {room: room})
|
||||
}
|
||||
|
||||
MenuSeparator {}
|
||||
|
||||
MenuItem {
|
||||
|
||||
Reference in New Issue
Block a user