Skip to content

kcms/xwayland: Add settingStateBindings

David Edmundson requested to merge work/d_ed/xwayland_orange into master

This adds the orange highlights of which settings are changed within the KCM.

The KCFG file is modified as QML bindings automatically convert properties to lowerTitleCase, but then the settingName in the SettingStateBinding is not and people spend ages debugging it. Writing it explicitly makes it clearer. The config file format is unchanged.

BUG: 479019

Merge request reports