Update flutter/lib/desktop/pages/desktop_setting_page.dart

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
RustDesk
2026-01-19 19:12:09 +08:00
committed by GitHub
parent ad3d8d84d0
commit d98ec69241

View File

@@ -1228,7 +1228,7 @@ class _SafetyState extends State<_Safety> with AutomaticKeepAliveClientMixin {
...directIp(context), ...directIp(context),
whitelist(), whitelist(),
...autoDisconnect(context), ...autoDisconnect(context),
_OptionCheckBox(context, 'keep-awake-during-incoming-sessions-label'', kOptionKeepAwakeDuringIncomingSessions, _OptionCheckBox(context, 'keep-awake-during-incoming-sessions-label', kOptionKeepAwakeDuringIncomingSessions,
reverse: false, enabled: enabled), reverse: false, enabled: enabled),
if (bind.mainIsInstalled()) if (bind.mainIsInstalled())
_OptionCheckBox(context, 'allow-only-conn-window-open-tip', _OptionCheckBox(context, 'allow-only-conn-window-open-tip',