diff options
| author | lempamo <[email protected]> | 2017-02-25 14:39:26 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 14:39:26 -0500 |
| commit | 4c9640dcb26e110aac0b8be85db6aed9aeb246a6 (patch) | |
| tree | e470887b3886d72b51147ffca3d205ff1393cf34 /ShiftOS.WinForms/WinformsDesktop.cs | |
| parent | 4d769d43e3282e3576faf0a53cb0736d546b1883 (diff) | |
| parent | 569ad6fd7a3944b970fd08e715c8107a14ae117b (diff) | |
| download | shiftos_thereturn-4c9640dcb26e110aac0b8be85db6aed9aeb246a6.tar.gz shiftos_thereturn-4c9640dcb26e110aac0b8be85db6aed9aeb246a6.tar.bz2 shiftos_thereturn-4c9640dcb26e110aac0b8be85db6aed9aeb246a6.zip | |
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
Diffstat (limited to 'ShiftOS.WinForms/WinformsDesktop.cs')
| -rw-r--r-- | ShiftOS.WinForms/WinformsDesktop.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/WinformsDesktop.cs b/ShiftOS.WinForms/WinformsDesktop.cs index 957c793..bcb853f 100644 --- a/ShiftOS.WinForms/WinformsDesktop.cs +++ b/ShiftOS.WinForms/WinformsDesktop.cs @@ -68,6 +68,13 @@ namespace ShiftOS.WinForms }; + NotificationDaemon.NotificationRead += () => + { + //Soon this will pop a balloon note. + btnnotifications.Text = "Notifications (" + NotificationDaemon.GetUnreadCount().ToString() + ")"; + + }; + this.LocationChanged += (o, a) => { if (this.Left != 0) |
