mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00: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
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@ bmp=/bin/ImageViewer
|
|||
jpg=/bin/ImageViewer
|
||||
jpeg=/bin/ImageViewer
|
||||
qoi=/bin/ImageViewer
|
||||
tga=/bin/ImageViewer
|
||||
html=/bin/Browser
|
||||
wav=/bin/SoundPlayer
|
||||
flac=/bin/SoundPlayer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue