lock: fix input dragging

You could drag it horizontally cause it was interactive lol
This commit is contained in:
2 * r + 2 * t 2025-07-10 00:27:32 +10:00
parent eff13f2830
commit 83963df6f6

View file

@ -186,6 +186,7 @@ ColumnLayout {
orientation: Qt.Horizontal
spacing: Appearance.spacing.small / 2
interactive: false
model: ScriptModel {
values: root.passwordBuffer.split("")