From 57ef3b27ecc4eb8c1d794cfb8a7898413011906c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20ASLIT=C3=9CRK?= Date: Mon, 22 Jun 2020 14:47:31 +0300 Subject: [PATCH] Base: Add PGM 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 4e64e115d1..b00167f949 100644 --- a/Base/home/anon/LaunchServer.ini +++ b/Base/home/anon/LaunchServer.ini @@ -1,5 +1,6 @@ [FileType] pbm=/bin/QuickShow +pgm=/bin/QuickShow png=/bin/QuickShow ppm=/bin/QuickShow gif=/bin/QuickShow diff --git a/Base/res/apps/QuickShow.af b/Base/res/apps/QuickShow.af index fd33890be5..739544ac69 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,ppm,gif +FileTypes=pbm,pgm,png,ppm,gif