mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 06:35:51 -06:00
: Add ZeroTier One to utilities menu (#1061)
This commit is contained in:
parent
199a92e26e
commit
783a9657d0
@ -614,6 +614,10 @@
|
||||
"WPFInstallxdm": {
|
||||
"winget": "subhra74.XtremeDownloadManager",
|
||||
"choco": "xdm"
|
||||
},
|
||||
"WPFInstallzerotierone": {
|
||||
"winget": "ZeroTier.ZeroTierOne",
|
||||
"choco": "zerotier-one"
|
||||
},
|
||||
"WPFInstallzoom": {
|
||||
"winget": "Zoom.Zoom",
|
||||
|
@ -426,6 +426,7 @@
|
||||
<CheckBox Name="WPFInstallwiztree" Content="WizTree" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallwinrar" Content="WinRAR" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallxdm" Content="Xtreme Download Manager" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallzerotierone" Content="ZeroTier One" Margin="5,0"/>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</TabItem>
|
||||
|
Loading…
Reference in New Issue
Block a user