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