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/lock/Input.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/lock/Input.qml') diff --git a/modules/lock/Input.qml b/modules/lock/Input.qml index f5b3c16..cb2146a 100644 --- a/modules/lock/Input.qml +++ b/modules/lock/Input.qml @@ -43,7 +43,7 @@ ColumnLayout { CachingImage { anchors.fill: parent - path: `${Paths.home}/.face` + path: `${Paths.stringify(Paths.home)}/.face` } } -- cgit v1.2.3-freya