mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Check should not default to update checking
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -45,6 +45,9 @@ namespace MPF.Check.Features
|
||||
// Internal Program
|
||||
InternalProgram = InternalProgram.NONE,
|
||||
|
||||
// UI Defaults
|
||||
CheckForUpdatesOnStartup = false,
|
||||
|
||||
// Extra Dumping Options
|
||||
ScanForProtection = false,
|
||||
AddPlaceholders = true,
|
||||
|
||||
Reference in New Issue
Block a user