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