Make message selectable.
No need for manually "Copying".
This commit is contained in:
@@ -9,11 +9,6 @@ Menu {
|
||||
|
||||
id: messageContextMenu
|
||||
|
||||
MenuItem {
|
||||
text: "Copy"
|
||||
|
||||
onTriggered: matriqueController.copyToClipboard(model.plainText)
|
||||
}
|
||||
MenuItem {
|
||||
text: "View Source"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user