diff --git a/Common b/Common index 6f528f7..81856b2 160000 --- a/Common +++ b/Common @@ -1 +1 @@ -Subproject commit 6f528f7b59fb4299406e8a963343e0319e2c472d +Subproject commit 81856b27001b1e271184f8dce84e7e061fe4d557 diff --git a/TrayIcon.cs b/TrayIcon.cs index 84138fc..5e1da4f 100644 --- a/TrayIcon.cs +++ b/TrayIcon.cs @@ -136,6 +136,7 @@ namespace WorkIndicator if (dialogResult.HasValue && dialogResult.Value) { + Properties.Settings.Default.Save(); } } }