diff --git a/TwitchDesktopNotifications/Core/TwitchFetcher.cs b/TwitchDesktopNotifications/Core/TwitchFetcher.cs index 797e67b..8ef9649 100644 --- a/TwitchDesktopNotifications/Core/TwitchFetcher.cs +++ b/TwitchDesktopNotifications/Core/TwitchFetcher.cs @@ -165,6 +165,7 @@ namespace TwitchDesktopNotifications.Core if (!found) { UserData streamer = FetchUserData(x.UserId); + UIStreamer.GetCreateStreamer(x.DisplayName); Notification.GetInstance().sendNotification(streamer.DisplayName, "https://twitch.tv/" + streamer.UserName, streamer.ProfileImage, x.ThumbnailImg, x.Title); } }); diff --git a/TwitchDesktopNotifications/ManageIgnores.xaml b/TwitchDesktopNotifications/ManageIgnores.xaml index 534669f..2ec22d2 100644 --- a/TwitchDesktopNotifications/ManageIgnores.xaml +++ b/TwitchDesktopNotifications/ManageIgnores.xaml @@ -6,45 +6,45 @@ xmlns:local="clr-namespace:TwitchDesktopNotifications" xmlns:core="clr-namespace:TwitchDesktopNotifications.Core" mc:Ignorable="d" - Title="Manage Ignored Streamers" Height="435" Width="395" ResizeMode="NoResize"> + Title="Manage Ignored Streamers" Height="435" Width="395" ResizeMode="CanResizeWithGrip"> - - - + - + + CanUserResizeColumns="False" + x:Name="dgrdIgnore" ItemsSource="{Binding StreamersToIgnore}" SelectionChanged="dgrdIgnore_SelectionChanged" AutoGenerateColumns="False" CanUserAddRows="False"> - - - - - - + + + + + + + -