Fix warning regarding blur setting

Summary:
There's a bunch of code referring to this setting but not such a setting,
so the qml engine is confused and outputs tons of warnings

Reviewers: #plasma, guoyunhe, ngraham, broulik

Reviewed By: #plasma, broulik

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D8807
wilder-5.14
Aleix Pol 8 years ago
parent 3c5df91dd1
commit ddaf6f5696
  1. 4
      wallpapers/image/imagepackage/contents/config/main.xml

@ -6,6 +6,10 @@
<kcfgfile name=""/>
<group name="General">
<entry name="Blur" type="bool">
<label>Blur background filling</label>
<default>false</default>
</entry>
<entry name="Color" type="Color">
<label>Color of the wallpaper</label>
<default>#000000</default>

Loading…
Cancel
Save