From 00f676a5d4df6f826d4a6c5af260fbfc168cea28 Mon Sep 17 00:00:00 2001 From: william341 Date: Sat, 25 Feb 2017 14:41:39 -0700 Subject: ffs --- ShiftOS_TheReturn/NotificationDaemon.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ShiftOS_TheReturn/NotificationDaemon.cs') 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 -- cgit v1.2.3