Skip to content

NightColor KCM: fix mode switcher state on load

hexchain requested to merge hexchain/plasma-workspace:nightcolor-kcm into master

The Night Color KCM always loads with an "Always off" state despite the actual setting.

This change introduces a property binding to ensure currentIndex always corresponds to the actual settings, and also gets rid of manual signal connections.

While being at it, fix some undefined warnings around the locator object.

Merge request reports