diff options
Diffstat (limited to 'modules/lock')
| -rw-r--r-- | modules/lock/Input.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/Input.qml b/modules/lock/Input.qml index f5b3c16..cb2146a 100644 --- a/modules/lock/Input.qml +++ b/modules/lock/Input.qml @@ -43,7 +43,7 @@ ColumnLayout { CachingImage { anchors.fill: parent - path: `${Paths.home}/.face` + path: `${Paths.stringify(Paths.home)}/.face` } } |