From 788780555023322412da9033f200722b76a11f07 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 30 Oct 2025 23:07:09 +0100 Subject: [PATCH] format --- dots/.config/quickshell/ii/modules/lock/LockContext.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() } }