fix(slock): make SessionLock.secure accurate

This commit is contained in:
outfoxxed 2024-02-28 21:41:30 -08:00
parent cbdfba1a3f
commit 0b529c6682
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
5 changed files with 11 additions and 2 deletions

View file

@ -44,6 +44,7 @@ bool SessionLockManager::unlock() {
bool SessionLockManager::isLocked() const { return this->mLock != nullptr; }
bool SessionLockManager::sessionLocked() { return manager()->isLocked(); }
bool SessionLockManager::isSecure() { return manager()->isSecure(); }
LockWindowExtension::~LockWindowExtension() {
if (this->surface != nullptr) {