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

@@ -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>