Allow enter key in settings textbox to connect

This commit is contained in:
2021-10-04 19:13:25 +02:00
parent e4b63073d8
commit 72d751db71
3 changed files with 8 additions and 4 deletions

View File

@ -162,9 +162,7 @@ namespace unison
private void SearchHandler(object sender, KeyEventArgs e)
{
if (e.Key == Key.Return)
{
Search_Clicked(null, null);
}
}
private void Window_Closing(object sender, CancelEventArgs e)