From a85c18d3c45fb1455948c4f0d5165d5739639a6c Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Wed, 25 Jan 2023 23:22:09 +0100 Subject: [PATCH] Base: Add .ico file association to Image Viewer and Pixel Paint --- Base/home/anon/.config/LaunchServer.ini | 1 + Base/res/apps/ImageViewer.af | 2 +- Base/res/apps/PixelPaint.af | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index e6a9a9630c..cae431c477 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -10,6 +10,7 @@ jpg=/bin/ImageViewer jpeg=/bin/ImageViewer qoi=/bin/ImageViewer tga=/bin/ImageViewer +ico=/bin/ImageViewer html=/bin/Browser wav=/bin/SoundPlayer flac=/bin/SoundPlayer diff --git a/Base/res/apps/ImageViewer.af b/Base/res/apps/ImageViewer.af index 655d811eb9..52f3b23fe2 100644 --- a/Base/res/apps/ImageViewer.af +++ b/Base/res/apps/ImageViewer.af @@ -4,4 +4,4 @@ Executable=/bin/ImageViewer Category=Graphics [Launcher] -FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga +FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga,ico diff --git a/Base/res/apps/PixelPaint.af b/Base/res/apps/PixelPaint.af index c60a67dcbe..0065f4af02 100644 --- a/Base/res/apps/PixelPaint.af +++ b/Base/res/apps/PixelPaint.af @@ -4,4 +4,4 @@ Executable=/bin/PixelPaint Category=Graphics [Launcher] -FileTypes=pp,bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi +FileTypes=pp,bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,ico