initial usb fixes

This commit is contained in:
Chris Titus
2026-02-25 10:44:33 -06:00
parent 14ad9f7fea
commit 410d3c5056
5 changed files with 280 additions and 199 deletions

View File

@@ -534,6 +534,11 @@ $sync["FontScalingApplyButton"].Add_Click({
# ── Win11ISO Tab button handlers ──────────────────────────────────────────────
# Check for an existing working directory each time the Win11ISO tab is opened
$sync["WPFTab5BT"].Add_Click({
Invoke-WinUtilISOCheckExistingWork
})
$sync["WPFWin11ISOBrowseButton"].Add_Click({
Write-Debug "WPFWin11ISOBrowseButton clicked"
Invoke-WinUtilISOBrowse