mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:08:10 +00:00
Base: Add mp3 SoundPlayer association to the user LaunchServer config
This allows the user to double click on mp3 file names in the terminal output and open them in SoundPlayer.
This commit is contained in:
parent
2844f7c333
commit
199ea9ccf9
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ wav=/bin/SoundPlayer
|
|||
flac=/bin/SoundPlayer
|
||||
m3u=/bin/SoundPlayer
|
||||
m3u8=/bin/SoundPlayer
|
||||
mp3=/bin/SoundPlayer
|
||||
txt=/bin/TextEditor
|
||||
font=/bin/FontEditor
|
||||
sheets=/bin/Spreadsheet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue