Skip to content

Commit e0c06f2

Browse files
committed
move unloading of screen copies
1 parent b53f3db commit e0c06f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/LockScreen/LockScreen.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Loader {
6969
onScreenCapturesChanged: {
7070
let captureCount = Object.keys(screenCaptures).length;
7171
if (captureCount > 0 && captureCount === Quickshell.screens.length) {
72+
screenCopies.active = false;
7273
root.locked = true;
7374
}
7475
}
@@ -88,7 +89,6 @@ Loader {
8889

8990
function unlockAndUnload() {
9091
locked = false;
91-
screenCopies.active = false;
9292
unloadAfterUnlockTimer.start();
9393
}
9494

0 commit comments

Comments
 (0)