render output on click

This commit is contained in:
Felix Salcher 2025-07-12 11:46:32 +02:00
parent ffb0de8ac0
commit 2992d9bb5d
No known key found for this signature in database

View file

@ -654,5 +654,7 @@ void CPasswordInputField::onClick(uint32_t button, bool down, const Vector2D& po
if (eyeBox.containsPoint(pos)) {
g_pHyprlock->togglePasswordShow();
g_pHyprlock->renderOutput(outputStringPort);
}
}