Skip to content

fixup! [keyboard applet] fix TypeError garbage in log

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

Fix error left !596 (comment 174372):
/usr/share/plasma/plasmoids/org.kde.plasma.keyboardlayout/contents/ui/main.qml:17:5: Unable to assign [undefined] to QString

This is because just string is returned and not an object.
The expression should always return struct with proper fields instead.

Edited by Nate Graham

Merge request reports