Skip to content

applets/notifications: use `Plasmoid.self` in `Globals.adopt`

Fushan Wen requested to merge work/fuf/BUG459249-plasmoid-self into master

Plasmoid will remain an object in QML after the system tray is deleted, but we need !Plasmoid to return true in order to delete the plasmoid item in Globals.plasmoids, so use Plasmoid.self instead.

BUG: 459249 FIXED-IN: 5.26

Edited by Fushan Wen

Merge request reports