We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53f3db commit e0c06f2Copy full SHA for e0c06f2
1 file changed
Modules/LockScreen/LockScreen.qml
@@ -69,6 +69,7 @@ Loader {
69
onScreenCapturesChanged: {
70
let captureCount = Object.keys(screenCaptures).length;
71
if (captureCount > 0 && captureCount === Quickshell.screens.length) {
72
+ screenCopies.active = false;
73
root.locked = true;
74
}
75
@@ -88,7 +89,6 @@ Loader {
88
89
90
function unlockAndUnload() {
91
locked = false;
- screenCopies.active = false;
92
unloadAfterUnlockTimer.start();
93
94
0 commit comments