summaryrefslogtreecommitdiff
blob: adaef7a0f2b24a3adc13e3ca4f247e0eda9546fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 3262669e3abfa7171463e3bf34f7c60eacf6bc77 Mon Sep 17 00:00:00 2001
From: Christoph Cullmann <cullmann@kde.org>
Date: Fri, 19 Mar 2021 19:56:07 +0100
Subject: [PATCH] don't register our engine per default

---
 src/kiconengineplugin.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kiconengineplugin.json b/src/kiconengineplugin.json
index a5b4228..bc09e41 100644
--- a/src/kiconengineplugin.json
+++ b/src/kiconengineplugin.json
@@ -1,4 +1,4 @@
 {
-    "Keys": [ "KIconEngine", "svg", "svgz", "svg.gz" ]
+    "Keys": [ "KIconEngine" ]
 }
 
-- 
GitLab