Started work on #1
This commit is contained in:
@@ -126,7 +126,14 @@ namespace TwitchDesktopNotifications.Core
|
||||
currentlyLive = following.Data;
|
||||
}catch(System.Exception ex)
|
||||
{
|
||||
MessageBox.Show("Twitch Connection not authenticated you need to Reconnect it.", "Twitch Notify");
|
||||
if (!ex.Message.Contains("Notification"))
|
||||
{
|
||||
MessageBox.Show("Twitch Connection not authenticated you need to Reconnect it.", "Twitch Notify");
|
||||
}
|
||||
else
|
||||
{
|
||||
MessageBox.Show("Unable to use Windows Notifications.", "Twitch Notify");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user