From 83963df6f626f6b9d98e9b533838d9566efe20a2 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 10 Jul 2025 00:27:32 +1000 Subject: lock: fix input dragging You could drag it horizontally cause it was interactive lol --- modules/lock/Input.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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("") -- cgit v1.2.3-freya