mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-25 08:53:48 -07:00
session-lock: fix refocus after unlocking (#6423)
This commit is contained in:
committed by
GitHub
parent
8c64a4bad7
commit
1c388e52fb
@@ -114,9 +114,11 @@ CSessionLock::CSessionLock(SP<CExtSessionLockV1> resource_) : resource(resource_
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
events.unlockAndDestroy.emit();
|
|
||||||
inert = true;
|
|
||||||
PROTO::sessionLock->locked = false;
|
PROTO::sessionLock->locked = false;
|
||||||
|
|
||||||
|
events.unlockAndDestroy.emit();
|
||||||
|
|
||||||
|
inert = true;
|
||||||
PROTO::sessionLock->destroyResource(this);
|
PROTO::sessionLock->destroyResource(this);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user