Skip to content

Commit

Permalink
Added missing default value for ForceRedraw
Browse files Browse the repository at this point in the history
  • Loading branch information
voltura committed Nov 16, 2018
1 parent 30f6c60 commit 86e5593
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions WeekNumber/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ private static void CreateSettings()
<appSettings>
<add key=""DayOfWeek"" value=""{firstDay}""/>
<add key=""CalendarWeekRule"" value=""{calendarWeekRule}"" />
<add key=""Background"" value=""Color.Black""/>
<add key=""Foreground"" value=""Color.White""/>
<add key=""Background"" value=""Black""/>
<add key=""Foreground"" value=""White""/>
<add key=""ForceRedraw"" value=""False""/>
</appSettings>
</configuration>";
System.IO.File.WriteAllText(settingsFile, xml, System.Text.Encoding.UTF8);
Expand Down

0 comments on commit 86e5593

Please sign in to comment.