mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix ci
This commit is contained in:
parent
bd22b01370
commit
4da584055d
1 changed files with 1 additions and 1 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