mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-04 05:35:52 +00:00
Set media type visibility when options changed
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user