mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 18:42:35 -05:00
run preprocessing
This commit is contained in:
@ -18,7 +18,7 @@ function Set-CategoryVisibility {
|
||||
[string]$overrideState
|
||||
)
|
||||
|
||||
switch ($overrideState){
|
||||
switch ($overrideState) {
|
||||
"Expand" {$state = $true}
|
||||
"Collapse" {$state = $false}
|
||||
default {$state = $sync.CompactView}
|
||||
|
Reference in New Issue
Block a user