mirror of
https://github.com/hyprwm/hyprlock.git
synced 2025-05-13 05:40:42 +01:00
fingerprint: fix formatting
This commit is contained in:
parent
b92b14592b
commit
3a306b37ce
1 changed files with 1 additions and 2 deletions
|
@ -70,9 +70,8 @@ void CFingerprint::init() {
|
||||||
m_sDBUSState.login->uponSignal("PrepareForSleep").onInterface(LOGIN_MANAGER).call([this](bool start) {
|
m_sDBUSState.login->uponSignal("PrepareForSleep").onInterface(LOGIN_MANAGER).call([this](bool start) {
|
||||||
Debug::log(LOG, "fprint: PrepareForSleep (start: {})", start);
|
Debug::log(LOG, "fprint: PrepareForSleep (start: {})", start);
|
||||||
m_sDBUSState.sleeping = start;
|
m_sDBUSState.sleeping = start;
|
||||||
if (!m_sDBUSState.sleeping && !m_sDBUSState.verifying) {
|
if (!m_sDBUSState.sleeping && !m_sDBUSState.verifying)
|
||||||
startVerify();
|
startVerify();
|
||||||
}
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue