mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
Base: Set ImageViewer as the launcher for .qoi files
This commit is contained in:
parent
ae0d6ba72c
commit
82dde0ad0d
Notes:
sideshowbarker
2024-07-17 22:31:51 +09:00
Author: https://github.com/linusg
Commit: 82dde0ad0d
Pull-request: https://github.com/SerenityOS/serenity/pull/11338
Reviewed-by: https://github.com/Astraeus-
Reviewed-by: https://github.com/alimpfard ✅
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ gif=/bin/ImageViewer
|
||||||
bmp=/bin/ImageViewer
|
bmp=/bin/ImageViewer
|
||||||
jpg=/bin/ImageViewer
|
jpg=/bin/ImageViewer
|
||||||
jpeg=/bin/ImageViewer
|
jpeg=/bin/ImageViewer
|
||||||
|
qoi=/bin/ImageViewer
|
||||||
html=/bin/Browser
|
html=/bin/Browser
|
||||||
wav=/bin/SoundPlayer
|
wav=/bin/SoundPlayer
|
||||||
flac=/bin/SoundPlayer
|
flac=/bin/SoundPlayer
|
||||||
|
|
|
@ -4,4 +4,4 @@ Executable=/bin/ImageViewer
|
||||||
Category=Graphics
|
Category=Graphics
|
||||||
|
|
||||||
[Launcher]
|
[Launcher]
|
||||||
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds
|
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue