Merge pull request #5320 from SergeyMy/master-1

Update desktop_setting_page.dart
This commit is contained in:
RustDesk 2023-08-10 12:43:48 +08:00 committed by GitHub
commit 67c90eda4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
), ),