forked from Shinonome/dots-hyprland
fix(lock): extra checks for fingerprint
This commit is contained in:
@@ -38,6 +38,7 @@ Scope {
|
|||||||
root.resetTargetAction();
|
root.resetTargetAction();
|
||||||
root.clearText();
|
root.clearText();
|
||||||
root.unlockInProgress = false;
|
root.unlockInProgress = false;
|
||||||
|
stopFingerPam();
|
||||||
}
|
}
|
||||||
|
|
||||||
Timer {
|
Timer {
|
||||||
@@ -69,7 +70,9 @@ Scope {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function stopFingerPam() {
|
function stopFingerPam() {
|
||||||
fingerPam.abort();
|
if (fingerPam.running) {
|
||||||
|
fingerPam.abort();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Process {
|
Process {
|
||||||
|
|||||||
Reference in New Issue
Block a user