feat: Implement paste shortcut and remove popup menu option
taken from https://github.com/krille-chan/fluffychat/pull/2775
This commit is contained in:
parent
bd9ca7c9b3
commit
bf21b7f42c
4 changed files with 15 additions and 31 deletions
|
|
@ -1618,11 +1618,6 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"pasteImage": "Image from clipboard",
|
||||
"@pasteImage": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"sendImages": "Send {count} image",
|
||||
"@sendImages": {
|
||||
"type": "String",
|
||||
|
|
@ -2808,4 +2803,4 @@
|
|||
"removeTag": "Remove tag",
|
||||
"tagName": "Tag name",
|
||||
"createNewTag": "Create new tag"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1452,11 +1452,6 @@
|
|||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"pasteImage": "Изображение из буфера обмена",
|
||||
"@pasteImage": {
|
||||
"type": "String",
|
||||
"placeholders": {}
|
||||
},
|
||||
"sendMessages": "Отправить сообщения",
|
||||
"@sendMessages": {
|
||||
"type": "String",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue