mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 18:02:48 +08:00
login on 'Enter' (#6819)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
2b4a72897e
commit
19d43b3f62
@ -599,6 +599,7 @@ Future<bool?> loginDialog() async {
|
||||
],
|
||||
),
|
||||
onCancel: onDialogCancel,
|
||||
onSubmit: onLogin,
|
||||
);
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user