[network/neochat] src/app: Fix type name in kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit ecbfa5d53dde1c3b3d447a9c2a98f7f4a1aaf870 by Nicolas Fella.
Committed on 23/07/2026 at 20:09.
Pushed by nicolasfella into branch 'master'.
Fix type name in kcfg file
M +1 -1 src/app/neochatconfig.kcfg
https://invent.kde.org/network/neochat/-/commit/ecbfa5d53dde1c3b3d447a9c2a98f7f4a1aaf870
diff --git a/src/app/neochatconfig.kcfg b/src/app/neochatconfig.kcfg
index 679d84e1e..b23338963 100644
--- a/src/app/neochatconfig.kcfg
+++ b/src/app/neochatconfig.kcfg
@@ -67,7 +67,7 @@
</entry>
</group>
<group name="Timeline">
- <entry name="FontScale" type="double">
+ <entry name="FontScale" type="Double">
<label>Scaling factor for font sizes</label>
<default>1.0</default>
</entry>