Commit b9d565cf by Sebastián Katzer

Fix bug due to latest refactoring (windows)

parent 759ff1de
......@@ -178,7 +178,7 @@ namespace LocalNotificationProxy.LocalNotification
notification.Tag = this.Options.Id.ToString();
notification.SuppressPopup = this.Options.Silent;
if (this.request.Occurrence > 1)
if (this.request.Occurrence > 2)
{
notification.Group = notification.Tag;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment