Add "Open externally" to media event context menu
This commit is contained in:
@@ -170,6 +170,13 @@ HColumnLayout {
|
||||
onTriggered: eventList.checkFromLastToHere(model.index)
|
||||
}
|
||||
|
||||
HMenuItem {
|
||||
icon.name: "open-externally"
|
||||
text: qsTr("Open externally")
|
||||
visible: Boolean(model.media_url)
|
||||
onTriggered: eventList.openMediaExternally(model)
|
||||
}
|
||||
|
||||
HMenuItem {
|
||||
icon.name: "copy-local-path"
|
||||
text: qsTr("Copy local path")
|
||||
|
Reference in New Issue
Block a user