From d2413b18995a49bd047e0464600d2471754fb787 Mon Sep 17 00:00:00 2001 From: SergeyMy <131688106+SergeyMy@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:17:03 +0500 Subject: [PATCH] Update desktop_setting_page.dart FIX https://github.com/rustdesk/rustdesk/blob/bc0a5bf6e13cf782df36488e5614868550ae81cb/src/lang/template.rs#L527 --- flutter/lib/desktop/pages/desktop_setting_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/lib/desktop/pages/desktop_setting_page.dart b/flutter/lib/desktop/pages/desktop_setting_page.dart index 591efd4c7..e0e5858b7 100644 --- a/flutter/lib/desktop/pages/desktop_setting_page.dart +++ b/flutter/lib/desktop/pages/desktop_setting_page.dart @@ -319,7 +319,7 @@ class _GeneralState extends State<_General> { _OptionCheckBox(context, 'Adaptive bitrate', 'enable-abr'), _OptionCheckBox( context, - 'Open new connections in tabs', + 'Open connection in new tab', kOptionOpenNewConnInTabs, isServer: false, ),