mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
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…
x
Reference in New Issue
Block a user