[plasma/plasma-welcome] src: Add name to kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 49b3cd555483ba848b0392f547db32f12fa3a3f4 by Nicolas Fella.
Committed on 27/07/2026 at 13:37.
Pushed by nicolasfella into branch 'master'.
Add name to kcfg file
So that it can be associated with the config file
M +3 -0 src/config.kcfg
https://invent.kde.org/plasma/plasma-welcome/-/commit/49b3cd555483ba848b0392f547db32f12fa3a3f4
diff --git a/src/config.kcfg b/src/config.kcfg
index 09abe9de..4a52debd 100644
--- a/src/config.kcfg
+++ b/src/config.kcfg
@@ -7,6 +7,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
+
+ <kcfgfile name="plasma-welcomerc">
+
<group name="General">
<entry name="LastSeenVersion" type="String">
<label>The last seen release Plasma version. If empty, the welcome experience is shown.</label>