mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-20 02:28:56 +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 {
|
Action {
|
||||||
id: copyAction
|
id: copyAction
|
||||||
enabled: !emojiOnly
|
enabled: !isProfile && !emojiOnly
|
||||||
//% "Copy"
|
//% "Copy"
|
||||||
text: qsTrId("copy-to-clipboard")
|
text: qsTrId("copy-to-clipboard")
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user