run preprocessing

This commit is contained in:
MyDrift 2024-11-02 13:51:48 +01:00
parent c46a7eaa40
commit 5514025577
11 changed files with 45 additions and 45 deletions

View File

@ -18,7 +18,7 @@ function Set-CategoryVisibility {
[string]$overrideState
)
switch ($overrideState){
switch ($overrideState) {
"Expand" {$state = $true}
"Collapse" {$state = $false}
default {$state = $sync.CompactView}