Fix for settings

This commit is contained in:
2021-12-20 13:05:11 -05:00
parent c92879d75a
commit e609bebbbc
2 changed files with 2 additions and 1 deletions

2
Common

Submodule Common updated: 6f528f7b59...81856b2700

View File

@@ -136,6 +136,7 @@ namespace WorkIndicator
if (dialogResult.HasValue && dialogResult.Value) if (dialogResult.HasValue && dialogResult.Value)
{ {
Properties.Settings.Default.Save();
} }
} }
} }