[graphics/drawy] src/config: Add name to kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 0e9c9794355f0b8e06bc5d1ffc60a1cbfd70a99a by Nicolas Fella.
Committed on 28/07/2026 at 15:40.
Pushed by nicolasfella into branch 'master'.
Add name to kcfg file
So that it can be associated with the config file
M +2 -0 src/config/drawyglobalconfig.kcfg
https://invent.kde.org/graphics/drawy/-/commit/0e9c9794355f0b8e06bc5d1ffc60a1cbfd70a99a
diff --git a/src/config/drawyglobalconfig.kcfg b/src/config/drawyglobalconfig.kcfg
index 93bd2271..c3a99711 100644
--- a/src/config/drawyglobalconfig.kcfg
+++ b/src/config/drawyglobalconfig.kcfg
@@ -8,6 +8,8 @@
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
+ <kcfgfile name="drawyrc" />
+
<group name="Properties">
<entry name="StrokeWidth" type="Int">
<default>6</default>