diff --git a/dots/.config/quickshell/ii/modules/lock/LockContext.qml b/dots/.config/quickshell/ii/modules/lock/LockContext.qml index dcfd9a85d..b3b7fece2 100644 --- a/dots/.config/quickshell/ii/modules/lock/LockContext.qml +++ b/dots/.config/quickshell/ii/modules/lock/LockContext.qml @@ -124,7 +124,7 @@ Scope { if (result == PamResult.Success) { root.unlocked(root.targetAction); stopFingerPam(); - } else if (result == PamResult.Error){ // if timeout or etc.. + } else if (result == PamResult.Error) { // if timeout or etc.. tryFingerUnlock() } }