Add mark all as read function.
This commit is contained in:
@@ -44,6 +44,12 @@ Dialog {
|
||||
Menu {
|
||||
id: contextMenu
|
||||
|
||||
MenuItem {
|
||||
text: "Mark all as read"
|
||||
|
||||
onClicked: spectralController.markAllMessagesAsRead(connection)
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
text: "Logout"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user