Skip to content

fix: unneeded keyboardConfig.save()

Andrey Butirsky requested to merge (removed):cherry-pick-d1681a13 into master

Config was erroneously overwritten just after read unconditionally.
Introduced in a14258a0.
There is no reason at all to save config there.

It also critical when bugs slipped in saving code path as it happened here:
https://bugs.kde.org/show_bug.cgi?id=433576

CCBUG: 433576

(cherry picked from commit d1681a13)

Edited by Andrey Butirsky

Merge request reports