mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-23 16:03:49 -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;
|
||||
}
|
||||
|
||||
events.unlockAndDestroy.emit();
|
||||
inert = true;
|
||||
PROTO::sessionLock->locked = false;
|
||||
|
||||
events.unlockAndDestroy.emit();
|
||||
|
||||
inert = true;
|
||||
PROTO::sessionLock->destroyResource(this);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user