mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
fix
This commit is contained in:
parent
b5607e5460
commit
6856453d82
1 changed files with 2 additions and 2 deletions
|
|
@ -673,7 +673,7 @@ void showOptions(BuildContext context) {
|
|||
title: Text('Mute')));
|
||||
}
|
||||
if (FFI.ffiModel.permissions['keyboard'] != false) {
|
||||
CheckboxListTile(
|
||||
more.add(CheckboxListTile(
|
||||
value: FFI.getByName('toggle_option', 'lock-after-session-end') ==
|
||||
'true',
|
||||
onChanged: (v) {
|
||||
|
|
@ -681,7 +681,7 @@ void showOptions(BuildContext context) {
|
|||
FFI.setByName('toggle_option', 'lock-after-session-end');
|
||||
});
|
||||
},
|
||||
title: Text('Lock after session end'));
|
||||
title: Text('Lock after session end')));
|
||||
}
|
||||
return Tuple3(
|
||||
null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue