diff options
Diffstat (limited to 'modules/dashboard/dash')
| -rw-r--r-- | modules/dashboard/dash/User.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dashboard/dash/User.qml b/modules/dashboard/dash/User.qml index baf9efb..403885f 100644 --- a/modules/dashboard/dash/User.qml +++ b/modules/dashboard/dash/User.qml @@ -36,7 +36,7 @@ Row { id: pfp anchors.fill: parent - path: `${Paths.home}/.face` + path: `${Paths.stringify(Paths.home)}/.face` } MouseArea { |