Update desktop_setting_page.dart
FIX https://github.com/rustdesk/rustdesk/blob/bc0a5bf6e13cf782df36488e5614868550ae81cb/src/lang/template.rs#L527
This commit is contained in:
@@ -319,7 +319,7 @@ class _GeneralState extends State<_General> {
|
|||||||
_OptionCheckBox(context, 'Adaptive bitrate', 'enable-abr'),
|
_OptionCheckBox(context, 'Adaptive bitrate', 'enable-abr'),
|
||||||
_OptionCheckBox(
|
_OptionCheckBox(
|
||||||
context,
|
context,
|
||||||
'Open new connections in tabs',
|
'Open connection in new tab',
|
||||||
kOptionOpenNewConnInTabs,
|
kOptionOpenNewConnInTabs,
|
||||||
isServer: false,
|
isServer: false,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user