Skip to content

Make SessionManagementScreen a FocusScope

Fabian Vogt requested to merge work/fvogt/sddmfocusfix into master

SessionManagementScreen needs to be a FocusScope, so that when it gets focused directly (through the StackView), it directs it to the proper control inside instead of stealing it from them.

This fixes initial focus of the controls in the SDDM theme.

BUG: 447817

Merge request reports