Add a separator before "Leave Room"
This should make it harder to accudentally leave the room when you're just trying to mark it as read!
This commit is contained in:
@@ -38,6 +38,8 @@ Menu {
|
||||
onTriggered: room.markAllMessagesAsRead()
|
||||
}
|
||||
|
||||
MenuSeparator {}
|
||||
|
||||
MenuItem {
|
||||
text: i18n("Leave Room")
|
||||
onTriggered: room.forget()
|
||||
|
||||
Reference in New Issue
Block a user