parent
74e19ae25f
commit
ac6ae50dba
@ -0,0 +1,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
|
||||||
|
|
Loading…
Reference in new issue