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