aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-02-25 12:37:14 -0700
committerwilliam341 <[email protected]>2017-02-25 12:37:14 -0700
commitbd41ad18fe55fcd5bcba9fdbd0bb2c86edd01411 (patch)
treecd43f2b8e9292e8ae486bbe51d1be3bee51ed6b3 /ShiftOS.WinForms
parentc4f855f3a559195d7b683ec4b96a18c42ce7b5fb (diff)
parent569ad6fd7a3944b970fd08e715c8107a14ae117b (diff)
downloadshiftos_thereturn-bd41ad18fe55fcd5bcba9fdbd0bb2c86edd01411.tar.gz
shiftos_thereturn-bd41ad18fe55fcd5bcba9fdbd0bb2c86edd01411.tar.bz2
shiftos_thereturn-bd41ad18fe55fcd5bcba9fdbd0bb2c86edd01411.zip
Revert "fix notification mark as read not updating"
This reverts commit c4f855f3a559195d7b683ec4b96a18c42ce7b5fb.
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/WinformsDesktop.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs
index fdb249a..957c793 100644
--- a/ShiftOS.WinForms/WinformsDesktop.cs
+++ b/ShiftOS.WinForms/WinformsDesktop.cs
@@ -68,12 +68,6 @@ namespace ShiftOS.WinForms
};
- NotificationDaemon.NotificationRead += (note) =>
- {
- btnnotifications.Text = "Notifications (" + NotificationDaemon.GetUnreadCount().ToString() + ")";
-
- };
-
this.LocationChanged += (o, a) =>
{
if (this.Left != 0)