Skip to content

applets/weather: Port from C++ custom config to plasma XML

Ismael Asensio requested to merge work/iasensio/weather-config-xml into master

This is the recommended way to use plasmoid settings. It highly simplifies the code, reduces the boilerplate, and resolves an old TODO comment.

The applet plugin takes care of migrating the old settings and set the locale aware default units when necessary.

Merge request reports