Skip to content

fix: [2/2] Keyboard Layout applet doesn't follow actual layout switching

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

This prevents excessive OSD when switching between apps with different keyboard layouts.

currentLayoutChanged() signal was erroneously tied to setCurrentLayout(), which produced OSD unconditionally on every layout change, even when we don't want to.

DIGEST:
BUG: 426900

Edited by David Edmundson

Merge request reports