mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-27 07:01:00 +03:00
fix "insert ctrl+alt+del"
This commit is contained in:
@@ -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: () {
|
||||
|
||||
Reference in New Issue
Block a user