finish new install GUI

This commit is contained in:
Chris Titus Tech
2026-02-05 15:50:15 -06:00
parent 17f92df25a
commit 53f837f1e9
5 changed files with 72 additions and 4 deletions

View File

@@ -44,6 +44,7 @@ function Initialize-InstallCategoryAppList {
$toggleButton.Tag = "CategoryToggleButton"
$toggleButton.SetResourceReference([Windows.Controls.Control]::FontSizeProperty, "HeaderFontSize")
$toggleButton.SetResourceReference([Windows.Controls.Control]::FontFamilyProperty, "HeaderFontFamily")
$toggleButton.SetResourceReference([Windows.Controls.Control]::ForegroundProperty, "LabelboxForegroundColor")
$toggleButton.Cursor = [System.Windows.Input.Cursors]::Hand
$toggleButton.HorizontalAlignment = [Windows.HorizontalAlignment]::Stretch
$sync.$Category = $toggleButton