mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-20 07:49:58 -05:00
Fix: finger print keep running when use password login
This commit is contained in:
@@ -70,7 +70,7 @@ Scope {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function stopFingerPam() {
|
function stopFingerPam() {
|
||||||
if (fingerPam.running) {
|
if (fingerPam.active) {
|
||||||
fingerPam.abort();
|
fingerPam.abort();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user