diff --git a/dots/.config/quickshell/ii/modules/common/panels/lock/LockContext.qml b/dots/.config/quickshell/ii/modules/common/panels/lock/LockContext.qml index e6454b476..60d5ac949 100644 --- a/dots/.config/quickshell/ii/modules/common/panels/lock/LockContext.qml +++ b/dots/.config/quickshell/ii/modules/common/panels/lock/LockContext.qml @@ -72,7 +72,7 @@ Scope { } function stopFingerPam() { - if (fingerPam.running) { + if (fingerPam.active) { fingerPam.abort(); } }