Add "Copy source".
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user