feat(@desktop/chat): disable copy to clipboard when clicking on profile
fixes #3111
This commit is contained in:
parent
b3ea8f9502
commit
edc5bd81c0
|
@ -188,7 +188,7 @@ PopupMenu {
|
|||
|
||||
Action {
|
||||
id: copyAction
|
||||
enabled: !emojiOnly
|
||||
enabled: !isProfile && !emojiOnly
|
||||
//% "Copy"
|
||||
text: qsTrId("copy-to-clipboard")
|
||||
onTriggered: {
|
||||
|
|
Loading…
Reference in New Issue