Update media type visibility on system change

This commit is contained in:
Matt Nadareski
2025-09-25 09:26:11 -04:00
parent fcda2a6e3b
commit f50a110acd
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
- Limit media type visibility further
- Set media type visibility when options changed
- Change label with media type visibility
- Update media type visibility on system change
### 3.4.0 (2025-09-25)

View File

@@ -628,7 +628,10 @@ namespace MPF.UI.Windows
public void SystemTypeComboBoxSelectionChanged(object sender, SelectionChangedEventArgs e)
{
if (MainViewModel.CanExecuteSelectionChanged)
{
MainViewModel.ChangeSystem();
SetMediaTypeVisibility();
}
}
/// <summary>