mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
Add Guilded into Communication Tab (#1059)
* Add Guilded into Communication Tab * Remove Choco Package due to there is no Chocolatey packages
This commit is contained in:
parent
bbab426508
commit
14b81b8c6e
@ -143,6 +143,10 @@
|
||||
"winget": "GIMP.GIMP",
|
||||
"choco": "gimp"
|
||||
},
|
||||
"WPFInstallguilded": {
|
||||
"winget": "Guilded.Guilded",
|
||||
"choco": ""
|
||||
},
|
||||
"WPFInstallgit": {
|
||||
"Winget": "Git.Git",
|
||||
"choco": "git"
|
||||
|
@ -267,6 +267,7 @@
|
||||
|
||||
<Label Content="Communications" FontSize="16" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstalldiscord" Content="Discord" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallguilded" Content="Guilded" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallhexchat" Content="Hexchat" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstalljami" Content="Jami" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallmatrix" Content="Matrix" Margin="5,0"/>
|
||||
|
Loading…
Reference in New Issue
Block a user