mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
Ensure parameters checkbox is enabled to start
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -566,6 +566,7 @@ namespace MPF.Frontend.ViewModels
|
||||
StartStopButtonEnabled = true;
|
||||
StartStopButtonText = StartDumpingValue;
|
||||
MediaScanButtonEnabled = true;
|
||||
ParametersCheckBoxEnabled = true;
|
||||
EnableParametersCheckBoxEnabled = true;
|
||||
LogPanelExpanded = _options.OpenLogWindowAtStartup;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user