mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
Base: Add ImageViewer as the default app to open TGA files :^)
This patch allows .tga files to be opened by ImageViewer automatically when selected in FileManager
This commit is contained in:
parent
591bebe662
commit
761b89c28e
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/06needhamt
Commit: 761b89c28e
Pull-request: https://github.com/SerenityOS/serenity/pull/16574
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/gmta ✅
Reviewed-by: https://github.com/supercomputer7
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ bmp=/bin/ImageViewer
|
||||||
jpg=/bin/ImageViewer
|
jpg=/bin/ImageViewer
|
||||||
jpeg=/bin/ImageViewer
|
jpeg=/bin/ImageViewer
|
||||||
qoi=/bin/ImageViewer
|
qoi=/bin/ImageViewer
|
||||||
|
tga=/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,qoi
|
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue