Test 05 2023 - Typos and Minor Bug Fixes (#736)

* Fix inputxml file (#730)

* Compile Winutil

* Fix object name of programs

* fix Width of buttons

* Updated winutil picture (screen-install.png)

---------

Co-authored-by: padsalatushal <padsalatushal@users.noreply.github.com>

* Fix #649 : revo uninstaller package name  (#732)

* Compile Winutil

* fix package name of revo unistaller

---------

Co-authored-by: padsalatushal <padsalatushal@users.noreply.github.com>

* Fix import export feature on tweak section (#733)

* Compile Winutil

* fix typo :)

---------

Co-authored-by: padsalatushal <padsalatushal@users.noreply.github.com>

* Compile Winutil

---------

Co-authored-by: Padsala Tushal <57517785+padsalatushal@users.noreply.github.com>
Co-authored-by: padsalatushal <padsalatushal@users.noreply.github.com>
Co-authored-by: ChrisTitusTech <ChrisTitusTech@users.noreply.github.com>
This commit is contained in:
Chris Titus
2023-05-10 21:09:46 -05:00
committed by GitHub
parent 075f2e9a50
commit f6b416ee90
5 changed files with 50 additions and 50 deletions

View File

@ -19,7 +19,7 @@ function Invoke-WPFPresets {
$CheckBoxesToCheck = $sync.configs.preset.$preset
}
if($checkbox -eq "WPFTeaks"){
if($checkbox -eq "WPFTweaks"){
$filter = Get-WinUtilVariables -Type Checkbox | Where-Object {$psitem -like "*tweaks*"}
$sync.GetEnumerator() | Where-Object {$psitem.Key -in $filter} | ForEach-Object {
if ($CheckBoxesToCheck -contains $PSItem.name){