Change option text
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
af906fac03
commit
e997b148e1
35 changed files with 35 additions and 35 deletions
|
|
@ -1324,7 +1324,7 @@ class _DisplayState extends State<_Display> {
|
|||
if (useTextureRender) {
|
||||
children.add(otherRow('Show displays as individual windows',
|
||||
kKeyShowDisplaysAsIndividualWindows));
|
||||
children.add(otherRow('Use all my displays when connecting',
|
||||
children.add(otherRow('Use all my displays for the remote session',
|
||||
kKeyUseAllMyMonitorsWhenConnecting));
|
||||
}
|
||||
return _Card(title: 'Other Default Options', children: children);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue