From 6f841084c9d1dd81172db54b105cf7c6d22d2b51 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Mon, 19 Jan 2026 19:12:45 +0800 Subject: [PATCH] Update flutter/lib/mobile/pages/settings_page.dart Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- flutter/lib/mobile/pages/settings_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/lib/mobile/pages/settings_page.dart b/flutter/lib/mobile/pages/settings_page.dart index 36b0503c7..c2e2ef57d 100644 --- a/flutter/lib/mobile/pages/settings_page.dart +++ b/flutter/lib/mobile/pages/settings_page.dart @@ -141,7 +141,7 @@ class _SettingsState extends State with WidgetsBindingObserver { _enableIpv6Punch = mainGetLocalBoolOptionSync(kOptionEnableIpv6Punch); _allowAskForNoteAtEndOfConnection = mainGetLocalBoolOptionSync(kOptionAllowAskForNoteAtEndOfConnection); - _preventSleepWhileConnected = + _preventSleepWhileConnected = mainGetLocalBoolOptionSync(kOptionKeepAwakeDuringOutgoingSessions); _showTerminalExtraKeys = mainGetLocalBoolOptionSync(kOptionEnableShowTerminalExtraKeys);