PapirusDevelopmentTeam / materia-kde

Materia KDE customization
https://git.io/materia-kde
GNU General Public License v3.0
627 stars 42 forks source link

Make subsequent showings of the KScreenLocker Theme's UI eat the initial input #150

Closed dominichayesferen closed 2 years ago

dominichayesferen commented 2 years ago

Basically fixes https://github.com/PapirusDevelopmentTeam/materia-kde/issues/149 in the way it sounds like was intended by taking focus away from the input field whenever the UI's hidden (and refocusing when shown). This makes the first input after the UI hides never input into the password field (unless shown, then input).

It's not the most perfect way to achieve this, but it does the job very well.