From 82dde0ad0d8a20098f33b3a33ff05bc0999d36e3 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 21 Dec 2021 01:24:54 +0100 Subject: [PATCH] Base: Set ImageViewer as the launcher for .qoi files --- 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 0c7910f136..a31145d3c4 100644 --- a/Base/home/anon/.config/LaunchServer.ini +++ b/Base/home/anon/.config/LaunchServer.ini @@ -8,6 +8,7 @@ gif=/bin/ImageViewer bmp=/bin/ImageViewer jpg=/bin/ImageViewer jpeg=/bin/ImageViewer +qoi=/bin/ImageViewer html=/bin/Browser wav=/bin/SoundPlayer flac=/bin/SoundPlayer diff --git a/Base/res/apps/ImageViewer.af b/Base/res/apps/ImageViewer.af index eae3426718..584bf65512 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 +FileTypes=bmp,pbm,pgm,png,ppm,gif,jpg,jpeg,dds,qoi