summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorKarol Kosek <krkk@serenityos.org>2023-01-25 23:22:09 +0100
committerAndrew Kaster <andrewdkaster@gmail.com>2023-02-04 18:02:03 -0700
commita85c18d3c45fb1455948c4f0d5165d5739639a6c (patch)
tree7f25068b0d07d809e799598b25398b1478d23330 /Base
parente7cc426e05a9da9d451f201e01ed5f8ff5249897 (diff)
downloadserenity-a85c18d3c45fb1455948c4f0d5165d5739639a6c.zip
Base: Add .ico file association to Image Viewer and Pixel Paint
Diffstat (limited to 'Base')
-rw-r--r--Base/home/anon/.config/LaunchServer.ini1
-rw-r--r--Base/res/apps/ImageViewer.af2
-rw-r--r--Base/res/apps/PixelPaint.af2
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