diff --git a/CHANGELIST.md b/CHANGELIST.md index e6c4d313..dd949524 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -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) diff --git a/MPF.Check/Features/BaseFeature.cs b/MPF.Check/Features/BaseFeature.cs index ed0136af..a1380f15 100644 --- a/MPF.Check/Features/BaseFeature.cs +++ b/MPF.Check/Features/BaseFeature.cs @@ -45,6 +45,9 @@ namespace MPF.Check.Features // Internal Program InternalProgram = InternalProgram.NONE, + // UI Defaults + CheckForUpdatesOnStartup = false, + // Extra Dumping Options ScanForProtection = false, AddPlaceholders = true,