plugins/nightlight: add todo comment to rename config group key

This commit is contained in:
Natalie Clarius 2024-04-09 15:40:26 +02:00
parent 1573d04b5a
commit 672b662dd2

View file

@ -4,7 +4,7 @@
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile arg="true" /> <kcfgfile arg="true" />
<group name="NightColor"> <group name="NightColor"> <!-- TODO Plasma 7: Rename to 'NightLight' -->
<entry name="Active" type="Bool"> <entry name="Active" type="Bool">
<default>false</default> <default>false</default>
</entry> </entry>