Skip to content

Commit d98118e

Browse files
Fix #3736 (#3748)
1 parent f69f107 commit d98118e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

functions/private/Invoke-WinUtilTweaks.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ function Invoke-WinUtilTweaks {
2121
$KeepServiceStartup = $true
2222
)
2323

24-
if ($Checkbox -like "*Toggle*") {
25-
$CheckBox = $sync.configs.tweaks.$CheckBox
26-
}
27-
2824
Write-Debug "Tweaks: $($CheckBox)"
2925
if($undo) {
3026
$Values = @{

0 commit comments

Comments
 (0)