remove progress from wiget & choco install

This commit is contained in:
MyDrift
2024-07-14 02:48:36 +02:00
parent 215faa18ed
commit 2f151ea591
2 changed files with 0 additions and 5 deletions

View File

@ -19,7 +19,6 @@ function Install-WinUtilWinget {
Write-Host "`nWinget is not Installed. Continuing with install.`r" -ForegroundColor Red
}
$sync.form.Dispatcher.Invoke([action]{ Set-WinUtilTaskbaritem -state "Indeterminate" })
# Gets the computer's information
if ($null -eq $sync.ComputerInfo){
@ -65,6 +64,5 @@ function Install-WinUtilWinget {
throw [WingetFailedInstall]::new('Failed to install!')
}
}
$sync.form.Dispatcher.Invoke([action]{ Set-WinUtilTaskbaritem -state "None" })
}