From 852edb4affbe89c7b2772fe30392dfdec27b2b94 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Sat, 22 Jul 2023 14:52:34 -0400 Subject: Add mark as read entry to the roomlist right-click menu --- resources/qml/RoomList.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'resources/qml') diff --git a/resources/qml/RoomList.qml b/resources/qml/RoomList.qml index 92e7ef6d..20e5b95b 100644 --- a/resources/qml/RoomList.qml +++ b/resources/qml/RoomList.qml @@ -726,6 +726,11 @@ Page { destroyOnClose(roomWindow); } } + Platform.MenuItem { + text: qsTr("Mark as read") + onTriggered: Rooms.getRoomById(roomContextMenu.roomid).markRoomAsRead() + } + Platform.MenuItem { text: qsTr("Room settings") -- cgit 1.4.1