mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
'Choose Display Behavior' to 'Choose display behavior'
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -1142,7 +1142,7 @@ class _DisplayState extends State<_Display> {
|
||||
setState(() {});
|
||||
}
|
||||
|
||||
return _Card(title: 'Choose Display Behavior', children: [
|
||||
return _Card(title: 'Choose display behavior', children: [
|
||||
_Radio<String>(context,
|
||||
value: kChooseDisplayBehaviorSwitch,
|
||||
groupValue: current,
|
||||
|
||||
Reference in New Issue
Block a user