From 8ac72dc77da2dbc00ca1cdf927c2f196285f3f7e Mon Sep 17 00:00:00 2001 From: MyDrift Date: Wed, 6 Nov 2024 19:15:04 +0100 Subject: [PATCH] fix tabs - correctly layout changes suggested via github --- functions/public/Invoke-WPFGetIso.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/public/Invoke-WPFGetIso.ps1 b/functions/public/Invoke-WPFGetIso.ps1 index 8a05648a..60766d51 100644 --- a/functions/public/Invoke-WPFGetIso.ps1 +++ b/functions/public/Invoke-WPFGetIso.ps1 @@ -270,8 +270,8 @@ function Invoke-WPFGetIso { $sync.MicrowinWindowsFlavors.Items.Add("$imageIdx : $imageName") - $sync.MicrowinWindowsFlavors.SelectedIndex = 0 - Write-Host "Finding suitable Pro edition. This can take some time. Do note that this is an automatic process that might not select the edition you want." + $sync.MicrowinWindowsFlavors.SelectedIndex = 0 + Write-Host "Finding suitable Pro edition. This can take some time. Do note that this is an automatic process that might not select the edition you want." if ((Get-WindowsImage -ImagePath $wimFile -Index $_.ImageIndex).EditionId -eq "Professional") { # We have found the Pro edition