Skip to content

Commit

Permalink
Set UpdateAutoCheckEnabled default to true, don't explicitly set a li…
Browse files Browse the repository at this point in the history
…nk color for the update available text (red on white is hard to read, default is usually blue, which looks fine here)
  • Loading branch information
CasualPokePlayer committed Oct 8, 2024
1 parent 5889ab1 commit a28b169
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/BizHawk.Client.Common/config/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public void SetWindowScaleFor(string sysID, int windowScale)
public bool AviCaptureLua { get; set; }
public bool ScreenshotCaptureOsd { get; set; }
public bool FirstBoot { get; set; } = true;
public bool UpdateAutoCheckEnabled { get; set; }
public bool UpdateAutoCheckEnabled { get; set; } = true;
public DateTime? UpdateLastCheckTimeUtc { get; set; }
public string UpdateLatestVersion { get; set; } = "";
public string UpdateIgnoreVersion { get; set; } = "";
Expand Down
1 change: 0 additions & 1 deletion src/BizHawk.Client.EmuHawk/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a28b169

Please sign in to comment.