mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 10:26:19 +02:00
fix "insert ctrl+alt+del"
This commit is contained in:
parent
b35b48086a
commit
bd22b01370
45 changed files with 44 additions and 88 deletions
|
@ -305,7 +305,7 @@ class RemoteMenuEntry {
|
|||
}) {
|
||||
return MenuEntryButton<String>(
|
||||
childBuilder: (TextStyle? style) => Text(
|
||||
'${translate("Insert")} Ctrl + Alt + Del',
|
||||
'${translate("Insert Ctrl + Alt + Del")',
|
||||
style: style,
|
||||
),
|
||||
proc: () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue