diff --git a/functions/public/Invoke-WPFGetIso.ps1 b/functions/public/Invoke-WPFGetIso.ps1 index 1b448a4f..f9c86f76 100644 --- a/functions/public/Invoke-WPFGetIso.ps1 +++ b/functions/public/Invoke-WPFGetIso.ps1 @@ -131,8 +131,8 @@ function Invoke-WPFGetIso { $sync.MicrowinIsoDrive.Text = $driveLetter $mountedISOPath = (Split-Path -Path $filePath) - if ($sync.MicrowinScratchDirBox.Text.Trim() -eq "Scratch") { - $sync.MicrowinScratchDirBox.Text ="" + if ($sync.MicrowinScratchDirBox.Text.Trim() -eq "Scratch_Directory") { + $sync.MicrowinScratchDirBox.Text = "" } $UseISOScratchDir = $sync.WPFMicrowinISOScratchDir.IsChecked diff --git a/xaml/inputXML.xaml b/xaml/inputXML.xaml index 9fee01b4..bdf7b61c 100644 --- a/xaml/inputXML.xaml +++ b/xaml/inputXML.xaml @@ -795,20 +795,29 @@ - - + Text="Scratch_Directory" + Margin="2" + IsReadOnly="False" + ToolTip="Alt Path For Scratch Directory" + Grid.Column="0" + VerticalAlignment="Center" + Foreground="{LabelboxForegroundColor}"> + + +