mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-26 22:51:03 +03:00
swap key update
This commit is contained in:
@@ -278,8 +278,6 @@ class _GeneralState extends State<_General> {
|
||||
_OptionCheckBox(context, 'Confirm before closing multiple tabs',
|
||||
'enable-confirm-closing-tabs'),
|
||||
_OptionCheckBox(context, 'Adaptive Bitrate', 'enable-abr'),
|
||||
if (Platform.isMacOS)
|
||||
_OptionCheckBox(context, 'Swap control-command key', 'allow-swap-key'),
|
||||
if (Platform.isLinux)
|
||||
Tooltip(
|
||||
message: translate('software_render_tip'),
|
||||
|
||||
@@ -1580,6 +1580,9 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
|
||||
),
|
||||
);
|
||||
}
|
||||
keyboardMenu.add(_createSwitchMenuEntry(
|
||||
'Swap Control-Command Key', 'allow_swap_key', EdgeInsets.zero, true));
|
||||
|
||||
return keyboardMenu;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user