mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Add 'Bring Your Own Applications' checkbox and update visibility logic based on installation options
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user