minor things

This commit is contained in:
stax76
2022-03-05 22:06:20 +01:00
parent c56855bbc7
commit 72ed687390
4 changed files with 9 additions and 6 deletions

View File

@@ -344,5 +344,7 @@ namespace mpvnet
if (e.Key == Key.Escape)
Close();
}
void ShowMpvNetSpecific_MouseUp(object sender, MouseButtonEventArgs e) => SearchControl.Text = "mpv.net";
}
}