From 7f30d933b529e739a697516faf290357b2159a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20ASLIT=C3=9CRK?= Date: Mon, 22 Jun 2020 13:25:10 +0300 Subject: [PATCH] Base: Add PPM file type to QuickShow file type list --- Base/home/anon/LaunchServer.ini | 1 + Base/res/apps/QuickShow.af | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Base/home/anon/LaunchServer.ini b/Base/home/anon/LaunchServer.ini index 47122cba50..4e64e115d1 100644 --- a/Base/home/anon/LaunchServer.ini +++ b/Base/home/anon/LaunchServer.ini @@ -1,6 +1,7 @@ [FileType] pbm=/bin/QuickShow png=/bin/QuickShow +ppm=/bin/QuickShow gif=/bin/QuickShow bmp=/bin/QuickShow html=/bin/Browser diff --git a/Base/res/apps/QuickShow.af b/Base/res/apps/QuickShow.af index 23e2a9cc9d..fd33890be5 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,png,gif +FileTypes=pbm,png,ppm,gif