This commit is contained in:
rustdesk
2024-04-09 18:34:44 +08:00
parent cf8386aa50
commit 07eca00bd5
44 changed files with 53 additions and 0 deletions

View File

@@ -835,6 +835,10 @@ class _SafetyState extends State<_Safety> with AutomaticKeepAliveClientMixin {
...directIp(context),
whitelist(),
...autoDisconnect(context),
if (bind.mainIsInstalled())
_OptionCheckBox(context, 'allow-only-conn-window-open-tip',
'allow-only-conn-window-open',
reverse: false, enabled: enabled),
]);
}