Updated form design a little to make it cleaner and fix a bug for ignore not changing
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user