mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-08-16 17:06:22 -05:00
fix function (#467)
This commit is contained in:
@ -120,7 +120,7 @@ Function Get-CheckBoxes {
|
|||||||
if($Group -eq "WPFInstall"){
|
if($Group -eq "WPFInstall"){
|
||||||
Foreach ($CheckBox in $CheckBoxes){
|
Foreach ($CheckBox in $CheckBoxes){
|
||||||
if($CheckBox.value.ischecked -eq $true){
|
if($CheckBox.value.ischecked -eq $true){
|
||||||
$Configs.applications.install.$($CheckBox.name).winget -split ";" | ForEach-Object {
|
$Configs.applications.$($CheckBox.name).winget -split ";" | ForEach-Object {
|
||||||
$Output.Add($psitem)
|
$Output.Add($psitem)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user