mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
run preprocessing
This commit is contained in:
parent
c46a7eaa40
commit
5514025577
@ -18,7 +18,7 @@ function Set-CategoryVisibility {
|
|||||||
[string]$overrideState
|
[string]$overrideState
|
||||||
)
|
)
|
||||||
|
|
||||||
switch ($overrideState){
|
switch ($overrideState) {
|
||||||
"Expand" {$state = $true}
|
"Expand" {$state = $true}
|
||||||
"Collapse" {$state = $false}
|
"Collapse" {$state = $false}
|
||||||
default {$state = $sync.CompactView}
|
default {$state = $sync.CompactView}
|
||||||
|
Loading…
Reference in New Issue
Block a user