fix: remove “Copy” action from emoji menu
Fixes: #2722. Remove the “Copy” action from the emoji popup menu.
This commit is contained in:
parent
3ef403a022
commit
8252976306
|
@ -168,6 +168,7 @@ PopupMenu {
|
||||||
|
|
||||||
Action {
|
Action {
|
||||||
id: copyAction
|
id: copyAction
|
||||||
|
enabled: !emojiOnly
|
||||||
text: qsTr("Copy")
|
text: qsTr("Copy")
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
chatsModel.copyToClipboard(messageContextMenu.text)
|
chatsModel.copyToClipboard(messageContextMenu.text)
|
||||||
|
|
Loading…
Reference in New Issue