First Try at implementing a Compact Mode for the App page

This commit is contained in:
Marterich
2024-10-15 23:27:56 +02:00
parent 7b273d5634
commit 9dd89136e8
5 changed files with 176 additions and 55 deletions

View File

@ -37,7 +37,7 @@ $sync = [Hashtable]::Synchronized(@{})
$sync.PSScriptRoot = $PSScriptRoot
$sync.version = "#{replaceme}"
$sync.configs = @{}
$sync.Buttons = @{}
$sync.Buttons = [System.Collections.Generic.List[PSObject]]::new()
$sync.ProcessRunning = $false
$sync.selectedApps = [System.Collections.Generic.List[string]]::new()
$sync.ShowOnlySeleced = $false