feat(@desktop/chat): disable copy to clipboard when clicking on profile

fixes #3111
This commit is contained in:
Anthony Laibe 2021-07-29 15:42:57 +02:00 committed by Iuri Matias
parent b3ea8f9502
commit edc5bd81c0
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ PopupMenu {
Action {
id: copyAction
enabled: !emojiOnly
enabled: !isProfile && !emojiOnly
//% "Copy"
text: qsTrId("copy-to-clipboard")
onTriggered: {