1
Fork 0
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:
devashish 2020-06-27 00:15:45 +05:30 committed by Andreas Kling
parent 880c3fb83f
commit 58a5af1dcd
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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