mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 18:42:35 -05:00
globally fix HKU error & minimize console feedback
- fix HKU issue globally - remove some console logs, change some others to write-debug
This commit is contained in:
@ -194,12 +194,6 @@ function Invoke-WPFUIElements {
|
||||
|
||||
$sync[$entryInfo.Name].IsChecked = (Get-WinUtilToggleStatus $entryInfo.Name)
|
||||
|
||||
if ($sync[$entryInfo.Name].IsChecked) {
|
||||
write-host "$($entryInfo.Name) is checked" -ForegroundColor Blue
|
||||
} else {
|
||||
write-host "$($entryInfo.Name) is not checked" -ForegroundColor Red
|
||||
}
|
||||
|
||||
$sync[$entryInfo.Name].Add_Checked({
|
||||
[System.Object]$Sender = $args[0]
|
||||
Invoke-WinUtilTweaks $sender.name
|
||||
|
Reference in New Issue
Block a user