From edc5bd81c0ef645eddbc163f4d5fb58a3fc10262 Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Thu, 29 Jul 2021 15:42:57 +0200 Subject: [PATCH] feat(@desktop/chat): disable copy to clipboard when clicking on profile fixes #3111 --- ui/app/AppLayouts/Chat/components/MessageContextMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml b/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml index ab4fd4bdf8..b2e30b0905 100644 --- a/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml +++ b/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml @@ -188,7 +188,7 @@ PopupMenu { Action { id: copyAction - enabled: !emojiOnly + enabled: !isProfile && !emojiOnly //% "Copy" text: qsTrId("copy-to-clipboard") onTriggered: {