Fixed the Clean up system so that is actually cleans up the stream thumbnails
This commit is contained in:
@@ -97,6 +97,14 @@ namespace TwitchDesktopNotifications.Core
|
|||||||
File.Delete(FilePath + "/" + fileNameThumbnailPic);
|
File.Delete(FilePath + "/" + fileNameThumbnailPic);
|
||||||
}catch(Exception) { }
|
}catch(Exception) { }
|
||||||
};
|
};
|
||||||
|
toast.Activated += (ToastNotification sender, object args) =>
|
||||||
|
{
|
||||||
|
try
|
||||||
|
{
|
||||||
|
File.Delete(FilePath + "/" + fileNameThumbnailPic);
|
||||||
|
}
|
||||||
|
catch (Exception) { }
|
||||||
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user