diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-17 15:50:34 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-17 15:50:34 +1000 |
| commit | 53bfe29a4037486375fd20de8113004f4c2f5bd3 (patch) | |
| tree | 0b30538264ea8708564806b349db078e2efef30a /modules/lock/Center.qml | |
| parent | [CI] chore: update flake (diff) | |
| download | caelestia-shell-53bfe29a4037486375fd20de8113004f4c2f5bd3.tar.gz caelestia-shell-53bfe29a4037486375fd20de8113004f4c2f5bd3.tar.bz2 caelestia-shell-53bfe29a4037486375fd20de8113004f4c2f5bd3.zip | |
lock: refactor
Diffstat (limited to 'modules/lock/Center.qml')
| -rw-r--r-- | modules/lock/Center.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/Center.qml b/modules/lock/Center.qml index 574894b..4905058 100644 --- a/modules/lock/Center.qml +++ b/modules/lock/Center.qml @@ -124,7 +124,7 @@ ColumnLayout { } Keys.onPressed: event => { - if (!root.lock.locked) + if (root.lock.unlocking) return; if (event.key === Qt.Key_Enter || event.key === Qt.Key_Return) |