fix some words

This commit is contained in:
rustdesk
2023-08-06 14:05:48 +08:00
parent a47db31d46
commit 5124cc49b3
35 changed files with 70 additions and 70 deletions

View File

@@ -316,10 +316,10 @@ class _GeneralState extends State<_General> {
_OptionCheckBox(context, 'Confirm before closing multiple tabs',
'enable-confirm-closing-tabs',
isServer: false),
_OptionCheckBox(context, 'Adaptive Bitrate', 'enable-abr'),
_OptionCheckBox(context, 'Adaptive bitrate', 'enable-abr'),
_OptionCheckBox(
context,
'Separate remote window',
'Separate remote windows',
kOptionSeparateRemoteWindow,
isServer: false,
),