fingerprint: fix formatting

This commit is contained in:
Brayden Zee 2025-03-31 13:54:36 -04:00
parent b92b14592b
commit 3a306b37ce
No known key found for this signature in database
GPG key ID: 7D65F212C7C8AC46

View file

@ -70,9 +70,8 @@ void CFingerprint::init() {
m_sDBUSState.login->uponSignal("PrepareForSleep").onInterface(LOGIN_MANAGER).call([this](bool start) {
Debug::log(LOG, "fprint: PrepareForSleep (start: {})", start);
m_sDBUSState.sleeping = start;
if (!m_sDBUSState.sleeping && !m_sDBUSState.verifying) {
if (!m_sDBUSState.sleeping && !m_sDBUSState.verifying)
startVerify();
}
});
}