Ensure parameters checkbox is enabled to start

This commit is contained in:
Matt Nadareski
2024-12-20 22:38:08 -05:00
parent ce6ed1e01b
commit 8b73ffc4a2
2 changed files with 2 additions and 0 deletions

View File

@@ -110,6 +110,7 @@
- Use IBM PC as default system out of the box
- Separate params checkbox from input
- Disable more UI elements when editing
- Ensure parameters checkbox is enabled to start
### 3.2.4 (2024-11-24)

View File

@@ -566,6 +566,7 @@ namespace MPF.Frontend.ViewModels
StartStopButtonEnabled = true;
StartStopButtonText = StartDumpingValue;
MediaScanButtonEnabled = true;
ParametersCheckBoxEnabled = true;
EnableParametersCheckBoxEnabled = true;
LogPanelExpanded = _options.OpenLogWindowAtStartup;