Add "Copy source".
This commit is contained in:
parent
085601f650
commit
2b01613161
|
@ -35,7 +35,10 @@ Item {
|
|||
text: "Copy"
|
||||
onTriggered: matriqueController.copyToClipboard(plainText)
|
||||
}
|
||||
|
||||
MenuItem {
|
||||
text: "Copy Source"
|
||||
onTriggered: matriqueController.copyToClipboard(toolTip)
|
||||
}
|
||||
MenuItem {
|
||||
visible: isFile
|
||||
height: visible ? undefined : 0
|
||||
|
|
Loading…
Reference in New Issue