mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
Update flutter/lib/desktop/pages/desktop_setting_page.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user