Check should not default to update checking

This commit is contained in:
Matt Nadareski
2026-02-07 11:26:42 -05:00
parent 1fc1288350
commit 059fc4cab5
2 changed files with 4 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
- Extend logging with a new state
- Add currently-unused new options class
- Allow Check and CLI to check for updates on startup
- Check should not default to update checking
### 3.6.0 (2025-11-28)

View File

@@ -45,6 +45,9 @@ namespace MPF.Check.Features
// Internal Program
InternalProgram = InternalProgram.NONE,
// UI Defaults
CheckForUpdatesOnStartup = false,
// Extra Dumping Options
ScanForProtection = false,
AddPlaceholders = true,