mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-13 22:25:51 -06:00
Add Session messenger to the applications list. (#1166)
* Update applications.json * Update inputXML.xaml
This commit is contained in:
parent
d0bde83333
commit
e84988a0df
@ -463,6 +463,10 @@
|
||||
"winget": "GlennDelahoy.SnappyDriverInstallerOrigin",
|
||||
"choco": "sdio"
|
||||
},
|
||||
"WPFInstallsession": {
|
||||
"winget": "Oxen.Session",
|
||||
"choco": "session"
|
||||
},
|
||||
"WPFInstallsharex": {
|
||||
"winget": "ShareX.ShareX",
|
||||
"choco": "sharex"
|
||||
|
@ -272,6 +272,7 @@
|
||||
<CheckBox Name="WPFInstallhexchat" Content="Hexchat" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstalljami" Content="Jami" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallmatrix" Content="Matrix" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallsession" Content="Session" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallsignal" Content="Signal" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallskype" Content="Skype" Margin="5,0"/>
|
||||
<CheckBox Name="WPFInstallslack" Content="Slack" Margin="5,0"/>
|
||||
|
Loading…
Reference in New Issue
Block a user