mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 10:31:27 +03:00
fix ci
This commit is contained in:
@@ -305,7 +305,7 @@ class RemoteMenuEntry {
|
|||||||
}) {
|
}) {
|
||||||
return MenuEntryButton<String>(
|
return MenuEntryButton<String>(
|
||||||
childBuilder: (TextStyle? style) => Text(
|
childBuilder: (TextStyle? style) => Text(
|
||||||
'${translate("Insert Ctrl + Alt + Del")',
|
translate("Insert Ctrl + Alt + Del"),
|
||||||
style: style,
|
style: style,
|
||||||
),
|
),
|
||||||
proc: () {
|
proc: () {
|
||||||
|
|||||||
Reference in New Issue
Block a user