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

@ -26,6 +26,7 @@ public:
[[nodiscard]] bool isLocked() const;
static bool sessionLocked();
static bool isSecure();
signals:
// This signal is sent once the compositor considers the session to be fully locked.