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:
Tom Needham 2022-08-17 20:05:35 +01:00 committed by Jelle Raaijmakers
parent 591bebe662
commit 761b89c28e
Notes: sideshowbarker 2024-07-18 00:41:35 +09:00
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -4,4 +4,4 @@ Executable=/bin/ImageViewer
Category=Graphics
[Launcher]
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi
FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga