remove redundant renderOutput from togglePassword

This commit is contained in:
Felix Salcher 2025-07-25 19:59:57 +02:00
parent 9366ebd72c
commit fa32e0ea35
No known key found for this signature in database

View file

@ -619,8 +619,6 @@ void CPasswordInputField::togglePassword() {
if (password.show)
updatePassword();
g_pHyprlock->renderOutput(outputStringPort);
}
CBox CPasswordInputField::getBoundingBoxWl() const {