summaryrefslogtreecommitdiff
path: root/modules/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dashboard')
-rw-r--r--modules/dashboard/dash/User.qml2
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 {