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 } } }