Winify

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 39  →  ?path2? @ 40
/trunk/Winify/MainForm.cs
@@ -153,6 +153,7 @@
var announcements = await LoadAnnouncements();
 
foreach (var announcement in announcements.Announcement)
{
if (announcement.AppId == e.Notification.AppId)
{
var configuredNotification = new ToastForm(
@@ -163,6 +164,7 @@
 
return;
}
}
 
var notification = new ToastForm(
$"{e.Notification.Title} ({e.Notification.Server.Name}/{e.Notification.AppId})",