improv(vpn): focus the failed to connect input
This commit is contained in:
parent
4d56b2accc
commit
ded50f418e
1 changed files with 1 additions and 0 deletions
|
|
@ -785,6 +785,7 @@ impl Page {
|
|||
}
|
||||
Message::VpnDialogError(vpn_dialog) => {
|
||||
self.dialog = Some(vpn_dialog);
|
||||
return task::message(Message::FocusSecureInput);
|
||||
}
|
||||
Message::SecretAgent(e) => match e {
|
||||
nm_secret_agent::Event::RequestSecret {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue