mirror of
https://github.com/hyprwm/hyprlock.git
synced 2025-05-12 21:30:37 +01:00
fingerprint: update widgets after changing prompt (#730)
This commit is contained in:
parent
854235e1c8
commit
6daab0517c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue