Changed: focus on address field on bookmark item form

This commit is contained in:
Ray 2021-10-12 20:05:40 +01:00
parent db6c2797cc
commit e1409f9945
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,8 @@ namespace FizzyLauncher
base.OnShown(e);
this.DialogResult = DialogResult.None;
textBox2.Focus();
}
protected override void OnClosing(CancelEventArgs e)