Skip to content

Commit 20cdc1a

Browse files
committed
Upgrade settings to ensure settings do not get lost.
1 parent 4a88f26 commit 20cdc1a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ public AppContext() {
9696
timer.Tick += new EventHandler(timer_Tick);
9797

9898
SetIsLightTheme();
99+
100+
Settings.Default.Upgrade();
101+
Settings.Default.Save();
99102

100103
setIcons();
101104

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.2.0")]
36-
[assembly: AssemblyFileVersion("1.3.2.0")]
35+
[assembly: AssemblyVersion("1.3.3.0")]
36+
[assembly: AssemblyFileVersion("1.3.3.0")]

0 commit comments

Comments
 (0)