From 7a0e3474d6fb0c6c404884922d9f22d45121edc5 Mon Sep 17 00:00:00 2001 From: MacDue Date: Sun, 2 Jul 2023 22:35:21 +0100 Subject: [PATCH] Base: Setup file associations for .tvg --- Base/home/anon/.config/LaunchServer.ini | 1 + Base/res/apps/ImageViewer.af | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Base/home/anon/.config/LaunchServer.ini b/Base/home/anon/.config/LaunchServer.ini index 246bdf8264..04f8fe7465 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -11,6 +11,7 @@ jpeg=/bin/ImageViewer qoi=/bin/ImageViewer webp=/bin/ImageViewer tga=/bin/ImageViewer +tvg=/bin/ImageViewer ico=/bin/ImageViewer html=/bin/Browser wav=/bin/SoundPlayer diff --git a/Base/res/apps/ImageViewer.af b/Base/res/apps/ImageViewer.af index 52f3b23fe2..442c2ff537 100644 --- a/Base/res/apps/ImageViewer.af +++ b/Base/res/apps/ImageViewer.af @@ -4,4 +4,4 @@ Executable=/bin/ImageViewer Category=Graphics [Launcher] -FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga,ico +FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi,tga,tvg,ico