Fix parameters after extension change (#721)

This commit is contained in:
Deterous
2024-07-07 12:48:34 +09:00
committed by GitHub
parent 1baef4440a
commit 2983266e8a
2 changed files with 4 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
- Bring Check and CLI in parity with param processing
- Remove now-unncessary names
- Don't set MediaType if parameters ambiguous
- Fix parameters after extension change
### 3.2.0 (2024-06-20)

View File

@@ -740,7 +740,10 @@ namespace MPF.Frontend.ViewModels
{
VerboseLogLn($"Changed dumping program to: {((InternalProgram?)this.CurrentProgram).LongName()}");
EnsureDiscInformation();
// New output name depends on new environment
GetOutputNames(false);
// New environment depends on new output name
EnsureDiscInformation();
}
/// <summary>