Add 'Bring Your Own Applications' checkbox and update visibility logic based on installation options

This commit is contained in:
rbalsleyMSFT
2025-02-19 17:52:44 -08:00
parent 802865c1a6
commit 9f3ee8d963
2 changed files with 24 additions and 3 deletions
+6 -1
View File
@@ -602,7 +602,7 @@
<!-- Winget Search Panel -->
<StackPanel x:Name="wingetSearchPanel"
Visibility="Collapsed"
Margin="25,10,5,5">
Margin="25,10,5,20">
<TextBlock Text="Winget Search"
FontWeight="Bold"
@@ -655,6 +655,11 @@
ToolTip="Clear all applications from the list"/>
</StackPanel>
</StackPanel>
<CheckBox x:Name="chkBringYourOwnApps"
Content="Bring Your Own Applications"
Margin="5"
ToolTip="Enable to bring your own applications during the build process"/>
</StackPanel>
</Grid>
</TabItem>