aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Notifications.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-25 14:46:16 -0500
committerMichael <[email protected]>2017-02-25 14:46:21 -0500
commit68eb6e95c6611bafa8a820ad3f8c123a351a9be9 (patch)
treef1810917bb7c0f040e55e49c2c97a003ffdb5d1c /ShiftOS.WinForms/Applications/Notifications.cs
parentbd41ad18fe55fcd5bcba9fdbd0bb2c86edd01411 (diff)
downloadshiftos_thereturn-68eb6e95c6611bafa8a820ad3f8c123a351a9be9.tar.gz
shiftos_thereturn-68eb6e95c6611bafa8a820ad3f8c123a351a9be9.tar.bz2
shiftos_thereturn-68eb6e95c6611bafa8a820ad3f8c123a351a9be9.zip
Button for marking all notes as read.
Diffstat (limited to 'ShiftOS.WinForms/Applications/Notifications.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Notifications.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/Notifications.cs b/ShiftOS.WinForms/Applications/Notifications.cs
index 6fb659d..3ce3e58 100644
--- a/ShiftOS.WinForms/Applications/Notifications.cs
+++ b/ShiftOS.WinForms/Applications/Notifications.cs
@@ -242,5 +242,10 @@ namespace ShiftOS.WinForms.Applications
public void OnUpgrade()
{
}
+
+ private void btnmarkallread_Click(object sender, EventArgs e)
+ {
+ NotificationDaemon.MarkAllRead();
+ }
}
}