Right click option to go to event while searching

pull/1471/head
Sateallia 2 years ago committed by Nicolas Werner
parent 643fc440fd
commit 198e1fc6b9
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 10
      resources/qml/MessageView.qml

@ -647,6 +647,16 @@ Item {
}
}
Platform.MenuItem {
visible: topBar.searchString !== ""
enabled: visible
text: qsTr("Go to eve&nt")
onTriggered: function() {
room.showEvent(messageContextMenu.eventId);
topBar.searchString = "";
}
}
Platform.MenuItem {
visible: messageContextMenu.text
enabled: visible

Loading…
Cancel
Save