mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 18:42:35 -05:00
Extend Functionality
This commit is contained in:
@ -793,10 +793,10 @@
|
||||
<Button Name="WPFuninstall" Content=" Uninstall Selected" Margin="2"/>
|
||||
<Button Name="WPFGetInstalled" Content=" Get Installed" Margin="2"/>
|
||||
<Button Name="WPFclearWinget" Content=" Clear Selection" Margin="2"/>
|
||||
<ComboBox Name="WPFselectDownloadEngine" SelectedIndex="0" Margin="2">
|
||||
<ComboBox Name="WPFselectDownloadEngine" SelectedIndex="0" Margin="2" ToolTip="Select the Download Engine to be used to install Apps">
|
||||
<ComboBoxItem Content="Auto" />
|
||||
<ComboBoxItem Content="Winget"/>
|
||||
<ComboBoxItem Content="Chocolatey"/>
|
||||
<ComboBoxItem Content="Winget" />
|
||||
<ComboBoxItem Content="Chocolatey" />
|
||||
</ComboBox>
|
||||
</StackPanel>
|
||||
|
||||
|
Reference in New Issue
Block a user