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: https://github.com/SerenityOS/serenity/commit/82dde0ad0d8 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
Base
|
@ -8,6 +8,7 @@ gif=/bin/ImageViewer
|
|||
bmp=/bin/ImageViewer
|
||||
jpg=/bin/ImageViewer
|
||||
jpeg=/bin/ImageViewer
|
||||
qoi=/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
|
||||
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi
|
||||
|
|
Loading…
Add table
Reference in a new issue