Skip to content

keyboard: Use addSettingsItem() in language menu

Florian Müllner requested to merge wip/fmuellner/osk-settings-item into master

If the session mode doesn't allow access to Settings, the language menu should respect that and not expose the "Region & Languages" panel. Using the dedicated method instead of manually constructing the menu item takes care of that and makes for less code.

Fixes #780 (closed)

Merge request reports