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

View File

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