One more note about hidden settings

This commit is contained in:
Matt Nadareski
2025-05-05 21:29:17 -04:00
parent 0a86781d61
commit 22a125a838
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@
- Support checking Redumper DAT from zip; add tests
- Add Check warnings around overwriting and parsing
- Clarification on some options
- One more note about hidden settings
### 3.3.0 (2025-01-03)

View File

@@ -353,6 +353,7 @@ namespace MPF.Frontend
/// <summary>
/// Enable skeleton output while dumping by default
/// </summary>
/// <remarks>This is a hidden setting</remarks>
public bool RedumperEnableSkeleton
{
get { return GetBooleanSetting(Settings, RedumperSettings.EnableSkeleton, RedumperSettings.EnableSkeletonDefault); }