Add update button to about

This commit is contained in:
2021-12-20 13:14:00 -05:00
parent e609bebbbc
commit fbb797968d
6 changed files with 47 additions and 7 deletions

View File

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