mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
Base: Add .ico file association to Image Viewer and Pixel Paint
This commit is contained in:
parent
e7cc426e05
commit
a85c18d3c4
Notes:
sideshowbarker
2024-07-17 11:30:05 +09:00
Author: https://github.com/krkk
Commit: a85c18d3c4
Pull-request: https://github.com/SerenityOS/serenity/pull/17176
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/timschumi
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