Skip to content
Commit d72e4fa6 authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

[Notifications] Move drag handling into a dedicated singleton

`Globals` (popup handling) is a singleton and as such has no access
to context properties like `plasmoid`. To remain "API-compatible"
there is a `plasmoid` property in `Globals.qml`.

However, this broke with the port to a singleton type and is
admittedly bad layering.

Move drag handling into a proper singleton type to avoid
cross-referencing `plasmoid` from ten layers deep down the code.
parent 0d491641
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