mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 06:35:51 -06:00
fix function (#467)
This commit is contained in:
parent
dd4bd3d3bf
commit
5c8c2f3442
@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user