Merge pull request #6005 from 21pages/remove_option_enable_rdp

remove option enable rdp
This commit is contained in:
RustDesk
2023-10-12 23:43:19 +08:00
committed by GitHub
38 changed files with 5 additions and 52 deletions

View File

@@ -729,11 +729,6 @@ class _SafetyState extends State<_Safety> with AutomaticKeepAliveClientMixin {
Widget more(BuildContext context) {
bool enabled = !locked;
return _Card(title: 'Security', children: [
Offstage(
offstage: !Platform.isWindows,
child: _OptionCheckBox(context, 'Enable RDP', 'enable-rdp',
enabled: enabled),
),
shareRdp(context, enabled),
_OptionCheckBox(context, 'Deny LAN Discovery', 'enable-lan-discovery',
reverse: true, enabled: enabled),