diff --git a/src/wfh-log-wpf/Entity/LogEntry.cs b/src/wfh-log-wpf/Entity/LogEntry.cs index dc64119..f1c2c88 100644 --- a/src/wfh-log-wpf/Entity/LogEntry.cs +++ b/src/wfh-log-wpf/Entity/LogEntry.cs @@ -5,8 +5,8 @@ namespace wfh_log_wpf.Models public class LogEntry { public DateTime Time { get; set; } = DateTime.Now.ToLocalTime(); - public string ConnectedNetwork { get; set; } public bool IsWorkingFromHome { get; set; } = false; + public string ConnectedNetwork { get; set; } public LogEntry() { } // for csv helper