Use relative path internally (#589)

This commit is contained in:
Deterous
2023-10-27 02:17:17 +13:00
committed by GitHub
parent 0b0d13dcf3
commit ceb305eb54
2 changed files with 3 additions and 3 deletions

View File

@@ -1451,7 +1451,7 @@ namespace MPF.Core.UI.ViewModels
// Disable change handling
DisableEventHandlers();
this.OutputPath = InfoTool.NormalizeOutputPaths(_environment.Parameters?.OutputPath, true);
this.OutputPath = InfoTool.NormalizeOutputPaths(_environment.Parameters?.OutputPath, false);
if (MediaTypes != null)
{