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