summaryrefslogtreecommitdiff
path: root/Base/home
diff options
context:
space:
mode:
authorTom Needham <06needhamt@gmail.com>2022-08-17 20:05:35 +0100
committerJelle Raaijmakers <jelle@gmta.nl>2023-01-15 12:43:03 +0100
commit761b89c28e1dee2244ace4288b58a0c4dce46d56 (patch)
tree180282c3dc2a03a845934d0fe1e73698fd6b9d0d /Base/home
parent591bebe662e92683d67c39da6e1e9d1945a7c881 (diff)
downloadserenity-761b89c28e1dee2244ace4288b58a0c4dce46d56.zip
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
Diffstat (limited to 'Base/home')
-rw-r--r--Base/home/anon/.config/LaunchServer.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini
index c3a47576fc..e6a9a9630c 100644
--- a/Base/home/anon/.config/LaunchServer.ini
+++ b/Base/home/anon/.config/LaunchServer.ini
@@ -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