Updated form design a little to make it cleaner and fix a bug for ignore not changing

This commit is contained in:
Martin Barker
2023-02-21 22:53:16 +00:00
parent edddd01a21
commit d8ca0f01ca
2 changed files with 6 additions and 6 deletions

View File

@@ -25,11 +25,6 @@ namespace TwitchDesktopNotifications
this.Close();
}
private void dgrdIgnore_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
Dispatcher.BeginInvoke(DispatcherPriority.Render, new Action(() => dgrdIgnore.UnselectAll()));
}
private void HyperLink_Click(object sender, RoutedEventArgs e)
{
string link = ((Hyperlink)e.OriginalSource).NavigateUri.OriginalString;