From 52b53215f52b12c0fffdd99f44e3404b50e2cece Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 4 Jan 2026 00:16:30 -0800 Subject: [PATCH] qs: recover from screenshot fail --- modules/user/modules/quickshell/shell/screenshot/Controller.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/user/modules/quickshell/shell/screenshot/Controller.qml b/modules/user/modules/quickshell/shell/screenshot/Controller.qml index e57c701..ff27d39 100644 --- a/modules/user/modules/quickshell/shell/screenshot/Controller.qml +++ b/modules/user/modules/quickshell/shell/screenshot/Controller.qml @@ -33,6 +33,7 @@ Scope { } else { console.log("screenshot failed") cleanupProc.running = true + root.shooting = false } } }