fingerprint: update widgets after changing prompt

This commit is contained in:
Brayden Zee 2025-04-07 18:04:06 -04:00
parent 854235e1c8
commit e6c495b5cd
No known key found for this signature in database
GPG key ID: 7D65F212C7C8AC46

View file

@ -195,6 +195,8 @@ void CFingerprint::handleVerifyStatus(const std::string& result, bool done) {
if (!authenticated && !retry)
g_pAuth->enqueueFail(m_sFailureReason, AUTH_IMPL_FINGERPRINT);
else if (retry)
g_pHyprlock->enqueueForceUpdateTimers();
if (done || m_sDBUSState.abort)
m_sDBUSState.done = true;