Fix typo in features variable

This fucker caused every. single. feature in config tab to not install
This commit is contained in:
Yuri Gabriel
2024-02-02 13:21:49 -03:00
parent b2dc605098
commit 4588ff86c1
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@ function Invoke-WPFFeatureInstall {
return
}
$Features = (Get-WinUtilCheckBoxes)["WPFFeatures"]
$Features = (Get-WinUtilCheckBoxes)["WPFFeature"]
Invoke-WPFRunspace -ArgumentList $Features -DebugPreference $DebugPreference -ScriptBlock {
param($Features, $DebugPreference)