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

@@ -1541,7 +1541,8 @@
<!-- ═══════════════════════════════════════════════════════════ -->
<Border Grid.Row="3"
Name="WPFWin11ISOOutputSection"
Style="{StaticResource BorderStyle}">
Style="{StaticResource BorderStyle}"
Visibility="Collapsed">
<StackPanel Margin="5">
<!-- Header row: title + Clean & Reset button -->
<Grid Margin="0,0,0,12">
@@ -1579,7 +1580,7 @@
Height="{DynamicResource ButtonHeight}"/>
<Button Grid.Column="2"
Name="WPFWin11ISOChooseUSBButton"
Content="Write Directly to a USB Drive (erases drive)"
Content="Write Directly to a USB Drive (ERASES DRIVE)"
Foreground="OrangeRed"
HorizontalAlignment="Stretch"
Width="Auto" Padding="12,0"
@@ -1613,7 +1614,7 @@
Margin="0,0,6,0"/>
<Button Grid.Column="1"
Name="WPFWin11ISORefreshUSBButton"
Content="Refresh"
Content="Refresh"
Width="Auto" Padding="8,0"
Height="{DynamicResource ButtonHeight}"/>
</Grid>