summaryrefslogtreecommitdiff
path: root/modules/dashboard/dash/User.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-07 17:58:18 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-07-07 17:58:18 +1000
commit8a6679eace029338747f0fe95ca683016fce783e (patch)
treecfec1f7045ac457478acf8917a123907ccee5d6c /modules/dashboard/dash/User.qml
parentdashboard: fix pfp picker (diff)
downloadcaelestia-shell-8a6679eace029338747f0fe95ca683016fce783e.tar.gz
caelestia-shell-8a6679eace029338747f0fe95ca683016fce783e.tar.bz2
caelestia-shell-8a6679eace029338747f0fe95ca683016fce783e.zip
paths: decode urls
Fixes spaces in paths breaking things
Diffstat (limited to 'modules/dashboard/dash/User.qml')
-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 {