Switch default mode to compact view (#3327)

This commit is contained in:
Martin Wiethan
2025-04-16 15:40:43 +02:00
committed by GitHub
parent 86459b7e24
commit 20769f66a1
2 changed files with 14 additions and 12 deletions

View File

@ -42,6 +42,7 @@ $sync.ProcessRunning = $false
$sync.selectedApps = [System.Collections.Generic.List[string]]::new()
$sync.ShowOnlySeleced = $false
$sync.currentTab = "Install"
$sync.CompactView = $true
$sync.ShowOnlySelected = $false
$sync.selectedAppsStackPanel
$sync.selectedAppsPopup