diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 00:27:32 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-07-10 00:27:32 +1000 |
| commit | 83963df6f626f6b9d98e9b533838d9566efe20a2 (patch) | |
| tree | 18457add0503947838ccef6b3041c1b49d10b3ec /modules/lock | |
| parent | internal: scroll fix part 2 (diff) | |
| download | caelestia-shell-83963df6f626f6b9d98e9b533838d9566efe20a2.tar.gz caelestia-shell-83963df6f626f6b9d98e9b533838d9566efe20a2.tar.bz2 caelestia-shell-83963df6f626f6b9d98e9b533838d9566efe20a2.zip | |
lock: fix input dragging
You could drag it horizontally cause it was interactive lol
Diffstat (limited to 'modules/lock')
| -rw-r--r-- | modules/lock/Input.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/lock/Input.qml b/modules/lock/Input.qml index cb2146a..b868eca 100644 --- a/modules/lock/Input.qml +++ b/modules/lock/Input.qml @@ -186,6 +186,7 @@ ColumnLayout { orientation: Qt.Horizontal spacing: Appearance.spacing.small / 2 + interactive: false model: ScriptModel { values: root.passwordBuffer.split("") |