mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 18:10:56 +09: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
Notes:
sideshowbarker
2024-07-17 17:13:43 +09:00
Author: https://github.com/bgianfo
Commit: 199ea9ccf9
Pull-request: https://github.com/SerenityOS/serenity/pull/13103
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