Skip to content

Commit

Permalink
Added AIMP music player (ChrisTitusTech#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianalexis authored Sep 26, 2023
1 parent a3b5cfe commit a33ddba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/applications.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"winget": "AnyDeskSoftwareGmbH.AnyDesk",
"choco": "anydesk"
},
"WPFInstallaimp": {
"winget": "AIMP.AIMP",
"choco": "aimp"
},
"WPFInstallaudacity": {
"winget": "Audacity.Audacity",
"choco": "audacity"
Expand Down
1 change: 1 addition & 0 deletions xaml/inputXML.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@
</StackPanel>
<StackPanel Background="{MainBackgroundColor}" SnapsToDevicePixels="True" Grid.Row="1" Grid.Column="3" Margin="10">
<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="WPFInstallblender" Content="Blender (3D Graphics)" Margin="5,0"/>
<CheckBox Name="WPFInstallcider" Content="Cider (FOSS Music Player)" Margin="5,0"/>
Expand Down

0 comments on commit a33ddba

Please sign in to comment.