Skip to content
Commit 0dcf909b authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧
Browse files

Fix Plasmoid attached property look-up on Config objects

At the moment we were only keepy track of them for the applets
themselves and propagating the context property.

Instead, now we are storing the value in the root context and pulling it
from there for every object. We are doing it too for Config files right
where we are also forwarding the context property.

This changes how the context property is stored by using dynamic
properties in the context object instead of a global hash. This has the
advantage of doing without a global vector that is getting accessed from
different places.

BUG: 451482
parent 27a0a44e
Pipeline #150369 passed with stage
in 2 minutes and 31 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment