Skip to content

Fix crash when logging out and back in

Nicolas Fella requested to merge work/crash into master

we get the platformtheme attached property from a random user object, but that user is destroyed when logging out. Instead use the controller as parent since that survives the logout

Merge request reports