From 8a6679eace029338747f0fe95ca683016fce783e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:58:18 +1000 Subject: paths: decode urls Fixes spaces in paths breaking things --- modules/dashboard/dash/User.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/dashboard/dash/User.qml') 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 { -- cgit v1.2.3-freya