: Add ZeroTier One to utilities menu (#1061)

This commit is contained in:
Tim Stone 2023-09-26 01:32:11 +10:00 committed by Carterpersall
parent 199a92e26e
commit 783a9657d0
2 changed files with 5 additions and 0 deletions

View File

@ -615,6 +615,10 @@
"winget": "subhra74.XtremeDownloadManager",
"choco": "xdm"
},
"WPFInstallzerotierone": {
"winget": "ZeroTier.ZeroTierOne",
"choco": "zerotier-one"
},
"WPFInstallzoom": {
"winget": "Zoom.Zoom",
"choco": "zoom"

View File

@ -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>