diff --git a/Base/home/anon/LaunchServer.ini b/Base/home/anon/LaunchServer.ini index b00167f949..1f0d444a8f 100644 --- a/Base/home/anon/LaunchServer.ini +++ b/Base/home/anon/LaunchServer.ini @@ -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 diff --git a/Base/res/apps/QuickShow.af b/Base/res/apps/QuickShow.af index 739544ac69..26c225bec1 100644 --- a/Base/res/apps/QuickShow.af +++ b/Base/res/apps/QuickShow.af @@ -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