mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
Added AIMP music player (#1064)
This commit is contained in:
parent
a3b5cfe168
commit
a33ddbace1
@ -19,6 +19,10 @@
|
|||||||
"winget": "AnyDeskSoftwareGmbH.AnyDesk",
|
"winget": "AnyDeskSoftwareGmbH.AnyDesk",
|
||||||
"choco": "anydesk"
|
"choco": "anydesk"
|
||||||
},
|
},
|
||||||
|
"WPFInstallaimp": {
|
||||||
|
"winget": "AIMP.AIMP",
|
||||||
|
"choco": "aimp"
|
||||||
|
},
|
||||||
"WPFInstallaudacity": {
|
"WPFInstallaudacity": {
|
||||||
"winget": "Audacity.Audacity",
|
"winget": "Audacity.Audacity",
|
||||||
"choco": "audacity"
|
"choco": "audacity"
|
||||||
|
@ -346,6 +346,7 @@
|
|||||||
</StackPanel>
|
</StackPanel>
|
||||||
<StackPanel Background="{MainBackgroundColor}" SnapsToDevicePixels="True" Grid.Row="1" Grid.Column="3" Margin="10">
|
<StackPanel Background="{MainBackgroundColor}" SnapsToDevicePixels="True" Grid.Row="1" Grid.Column="3" Margin="10">
|
||||||
<Label Content="Multimedia Tools" FontSize="16" Margin="5,0"/>
|
<Label Content="Multimedia Tools" FontSize="16" Margin="5,0"/>
|
||||||
|
<CheckBox Name="WPFInstallaimp" Content="AIMP (Music Player)" Margin="5,0"/>
|
||||||
<CheckBox Name="WPFInstallaudacity" Content="Audacity" Margin="5,0"/>
|
<CheckBox Name="WPFInstallaudacity" Content="Audacity" Margin="5,0"/>
|
||||||
<CheckBox Name="WPFInstallblender" Content="Blender (3D Graphics)" Margin="5,0"/>
|
<CheckBox Name="WPFInstallblender" Content="Blender (3D Graphics)" Margin="5,0"/>
|
||||||
<CheckBox Name="WPFInstallcider" Content="Cider (FOSS Music Player)" Margin="5,0"/>
|
<CheckBox Name="WPFInstallcider" Content="Cider (FOSS Music Player)" Margin="5,0"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user