From 58c3356472eb3bd5cdfdb67150b779083a33cedc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=BCseyin=20ASLIT=C3=9CRK?= Date: Sun, 21 Jun 2020 11:51:35 +0300 Subject: [PATCH] Base: Add pbm 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 9615345d47..47122cba50 100644 --- a/Base/home/anon/LaunchServer.ini +++ b/Base/home/anon/LaunchServer.ini @@ -1,4 +1,5 @@ [FileType] +pbm=/bin/QuickShow png=/bin/QuickShow gif=/bin/QuickShow bmp=/bin/QuickShow diff --git a/Base/res/apps/QuickShow.af b/Base/res/apps/QuickShow.af index aa39ce62f3..23e2a9cc9d 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=png,gif +FileTypes=pbm,png,gif