Set media type visibility when options changed

This commit is contained in:
Matt Nadareski
2025-09-25 08:56:06 -04:00
parent 0b0427e9c1
commit d33526b27e
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
- Experiment with only showing media type box for DIC
- Default media type box to hidden to avoid visual issues
- Limit media type visibility further
- Set media type visibility when options changed
### 3.4.0 (2025-09-25)

View File

@@ -465,6 +465,9 @@ namespace MPF.UI.Windows
// Set the UI color scheme according to the options
ApplyTheme();
// Hide or show the media type box based on program
SetMediaTypeVisibility();
}
#region Menu Bar