mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-06-28 00:54:47 -05:00
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:
@ -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){
|
||||
|
Reference in New Issue
Block a user