Skip to content

kcms/landingpage: Don't show feedback UI at all if disabled

Nate Graham requested to merge ngraham/plasma-desktop:user-feedback into master

It's possible for the user feedback C++ module to be installed but disabled, or for its QML module to not be installed. In this situation, the UI just looks broken. Instead let's not show it at all.

BUG: 438482 BUG: 439220 FIXED-IN: 5.23

Note that both relevant bug reports are from Neon, so it's possible that this is a Neon Packaging bug that we should fix instead of working around here. cc @jriddell @sitter @apol

Merge request reports