mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
Base: Add .ico file association to Image Viewer and Pixel Paint
This commit is contained in:
parent
e7cc426e05
commit
a85c18d3c4
3 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue