diff options
Diffstat (limited to 'modules/lock/Content.qml')
| -rw-r--r-- | modules/lock/Content.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/lock/Content.qml b/modules/lock/Content.qml index 3d7d6c4..6975a89 100644 --- a/modules/lock/Content.qml +++ b/modules/lock/Content.qml @@ -55,6 +55,8 @@ RowLayout { Media { id: media + + lock: root.lock } } } |