mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
Set default focus on password text box (#644)
Co-authored-by: AleksandrLiakhavetsEPAM <97155822+AleksandrLiakhavetsEPAM@users.noreply.github.com>
This commit is contained in:
parent
1fecbbb37f
commit
794163fe1c
2 changed files with 9 additions and 1 deletions
|
@ -52,5 +52,11 @@ namespace SourceGit.Views
|
|||
Console.Out.Write($"{Passphrase}\n");
|
||||
App.Quit(0);
|
||||
}
|
||||
|
||||
protected override void OnOpened(EventArgs e)
|
||||
{
|
||||
PassphraseTextBox.Focus();
|
||||
base.OnOpened(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue