From 7d12f49e7488399846228acc89a62b4466d755c6 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 21 May 2021 22:07:53 +0200 Subject: [PATCH] Base: Unregister "md" extension from Browser These are already handled by TextEditor, and I think it's a lot nicer to open them there anyway. --- Base/res/apps/Browser.af | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Base/res/apps/Browser.af b/Base/res/apps/Browser.af index c64f7454b3..4ce4ba8c8c 100644 --- a/Base/res/apps/Browser.af +++ b/Base/res/apps/Browser.af @@ -4,5 +4,5 @@ Executable=/bin/Browser Category=Internet [Launcher] -FileTypes=html,htm,md +FileTypes=html,htm Protocols=gemini,http,https