fixed stupid init bug
This commit is contained in:
parent
654518e642
commit
753d8a4465
@ -78,6 +78,8 @@ namespace BreCalClient
|
|||||||
{
|
{
|
||||||
_notifications.Clear();
|
_notifications.Clear();
|
||||||
|
|
||||||
|
if (Properties.Settings.Default.Notifications != null)
|
||||||
|
{
|
||||||
// load notification ids that have been processed
|
// load notification ids that have been processed
|
||||||
foreach (string? notification_id in Properties.Settings.Default.Notifications)
|
foreach (string? notification_id in Properties.Settings.Default.Notifications)
|
||||||
{
|
{
|
||||||
@ -85,6 +87,7 @@ namespace BreCalClient
|
|||||||
_notifications.Add(result, new AppNotification(result));
|
_notifications.Add(result, new AppNotification(result));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
internal static void Clear()
|
internal static void Clear()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user