diff options
| author | william341 <[email protected]> | 2017-02-25 14:41:39 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-02-25 14:41:39 -0700 |
| commit | 00f676a5d4df6f826d4a6c5af260fbfc168cea28 (patch) | |
| tree | 2ced396faf457cf3800ed09d35f44b41c8b4a83e /ShiftOS_TheReturn/NotificationDaemon.cs | |
| parent | 5afced5136dab902e97eab02e25c2add3e2652d1 (diff) | |
| download | shiftos_thereturn-00f676a5d4df6f826d4a6c5af260fbfc168cea28.tar.gz shiftos_thereturn-00f676a5d4df6f826d4a6c5af260fbfc168cea28.tar.bz2 shiftos_thereturn-00f676a5d4df6f826d4a6c5af260fbfc168cea28.zip | |
ffs
Diffstat (limited to 'ShiftOS_TheReturn/NotificationDaemon.cs')
| -rw-r--r-- | ShiftOS_TheReturn/NotificationDaemon.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/NotificationDaemon.cs b/ShiftOS_TheReturn/NotificationDaemon.cs index 1737be3..f9bfed2 100644 --- a/ShiftOS_TheReturn/NotificationDaemon.cs +++ b/ShiftOS_TheReturn/NotificationDaemon.cs @@ -72,7 +72,7 @@ namespace ShiftOS.Engine Type = t; Data = data; Read = false; - Timestamp = DateTime.Now; + Timestamp = DateTime.Now; } public bool Read { get; set; } @@ -106,4 +106,4 @@ namespace ShiftOS.Engine NewShiftOSStream = 0x78, SavePurge = 0x79, } -} +}
\ No newline at end of file |
