1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:07:34 +00:00

Base: Set ImageViewer as the launcher for .qoi files

This commit is contained in:
Linus Groh 2021-12-21 01:24:54 +01:00
parent ae0d6ba72c
commit 82dde0ad0d
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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