We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9760d7f commit a8f6de9Copy full SHA for a8f6de9
1 file changed
ArcExplorer/Models/ApplicationSettings.cs
@@ -43,7 +43,7 @@ public enum IntegerDisplayFormat
43
44
// Default to something that will be before the current time.
45
// This ensures the first run of the program tries to check for updates.
46
- public DateTime LastHashesUpdateCheckTime = DateTime.UnixEpoch;
+ public DateTime LastHashesUpdateCheckTime { get; set; } = DateTime.UnixEpoch;
47
48
private ApplicationSettings()
49
{
0 commit comments