From 82529763061f5cdc8bba6050acaed5e72b0d6754 Mon Sep 17 00:00:00 2001 From: Eric Mastro Date: Thu, 17 Jun 2021 17:06:38 +1000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20=E2=80=9CCopy=E2=80=9D=20action?= =?UTF-8?q?=20from=20emoji=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: #2722. Remove the “Copy” action from the emoji popup menu. --- ui/app/AppLayouts/Chat/components/MessageContextMenu.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml b/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml index 5e8e66071b..9b8278af13 100644 --- a/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml +++ b/ui/app/AppLayouts/Chat/components/MessageContextMenu.qml @@ -168,6 +168,7 @@ PopupMenu { Action { id: copyAction + enabled: !emojiOnly text: qsTr("Copy") onTriggered: { chatsModel.copyToClipboard(messageContextMenu.text)