Skip to content

Commit

Permalink
Flip connected network to middle for better sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-george-field committed Jan 11, 2023
1 parent 10eddea commit cc35808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wfh-log-wpf/Entity/LogEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc35808

Please sign in to comment.