Skip to content

Commit

Permalink
fix tabs
Browse files Browse the repository at this point in the history
- correctly layout changes suggested via github
  • Loading branch information
MyDrift-user committed Nov 6, 2024
1 parent b5c80bf commit 8ac72dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/public/Invoke-WPFGetIso.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ac72dc

Please sign in to comment.