mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03: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: https://github.com/SerenityOS/serenity/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
@ -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…
Reference in New Issue
Block a user