Skip to content

SensorFaceController: createConfigUi creates its own QQmlEngine

Config UI was using same engine as the applet, so it would inherit the colors wrongly from PlasmaTheme instead of regular colorscheme. This caused issues if for example you have Breeze White as plasma theme but rest of the system as Breeze Dark.

BUG:483689

Merge request reports