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: {