mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
style
This commit is contained in:
parent
8902672b30
commit
2f3a46db1c
1 changed files with 3 additions and 1 deletions
|
|
@ -520,9 +520,11 @@ void enterPasswordDialog(String id, BuildContext context) {
|
|||
Column(mainAxisSize: MainAxisSize.min, children: [
|
||||
PasswordWidget(controller: controller),
|
||||
CheckboxListTile(
|
||||
contentPadding: const EdgeInsets.all(0),
|
||||
dense: true,
|
||||
controlAffinity: ListTileControlAffinity.leading,
|
||||
title: Text(
|
||||
'Remember the password',
|
||||
'Remember password',
|
||||
),
|
||||
value: remember,
|
||||
onChanged: (v) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue