Skip to content

Commit

Permalink
Implemented Setting
Browse files Browse the repository at this point in the history
  • Loading branch information
derekantrican committed Dec 18, 2018
1 parent 9cc49fb commit f166212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ private void ShowNotification(string notificationSubTitle, string notificationTi
{
if (Settings.Instance.ShowNotifications)
{
//if (!Settings.Instance.ShowThumbnailInNotification)
// imageURL = null;
if (!Settings.Instance.ShowThumbnailInNotification)
imageURL = null;

Notification notification2 = new Notification(notificationTitle, notificationSubTitle, imageURL, videoURL);
this.Invoke((MethodInvoker)delegate ()
Expand Down

0 comments on commit f166212

Please sign in to comment.