Skip to content

keyboard: Don't fall back to next model after we found a valid one

Jonas Dreßler requested to merge verdre/gnome-shell:osk-model-fallback into main

The fallback for creating models is to try the next one in case the current one can not be created, until we fall all the way back to the US layout.

Obviously we shouldn't fall back in case creating the model actually worked, so break out of the loop and then use the new model.

Merge request reports