forked from quickshell/quickshell
fix(slock): make SessionLock.secure accurate
This commit is contained in:
parent
cbdfba1a3f
commit
0b529c6682
5 changed files with 11 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue