mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
LaunchServer: Associate JPEG files with QuickShow
This commit is contained in:
parent
880c3fb83f
commit
58a5af1dcd
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ png=/bin/QuickShow
|
|||
ppm=/bin/QuickShow
|
||||
gif=/bin/QuickShow
|
||||
bmp=/bin/QuickShow
|
||||
jpg=/bin/QuickShow
|
||||
jpeg=/bin/QuickShow
|
||||
html=/bin/Browser
|
||||
wav=/bin/SoundPlayer
|
||||
txt=/bin/TextEditor
|
||||
|
|
|
@ -8,4 +8,4 @@ Category=Graphics
|
|||
32x32=/res/icons/32x32/filetype-image.png
|
||||
|
||||
[Launcher]
|
||||
FileTypes=pbm,pgm,png,ppm,gif
|
||||
FileTypes=pbm,pgm,png,ppm,gif,jpg,jpeg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue