Skip to content

fix broken keyboard configurations with single layout on Wayland

Andrey Butirsky requested to merge (removed):single_layout into master

KConfigGroup::writeEntry() shouldn't be used with list - otherwise, "VariantList=\0" is saved for the list with single empty item, as a measure to distinguish it from empty list.
We don't need it here as the list is read directly by external library on load.

BUG: 433576

Merge request reports