mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
fix desktop dialog request focus
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -666,6 +666,8 @@ Future<bool?> verificationCodeDialog(UserPayload? user) async {
|
||||
child: const LinearProgressIndicator()),
|
||||
],
|
||||
),
|
||||
onCancel: close,
|
||||
onSubmit: onVerify,
|
||||
actions: [
|
||||
dialogButton("Cancel", onPressed: close, isOutline: true),
|
||||
dialogButton("Verify", onPressed: onVerify),
|
||||
|
||||
Reference in New Issue
Block a user