Right click option to go to event while searching
This commit is contained in:
parent
643fc440fd
commit
198e1fc6b9
@ -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 {
|
Platform.MenuItem {
|
||||||
visible: messageContextMenu.text
|
visible: messageContextMenu.text
|
||||||
enabled: visible
|
enabled: visible
|
||||||
|
Loading…
Reference in New Issue
Block a user