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 --- config/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/Config.qml') diff --git a/config/Config.qml b/config/Config.qml index e655400..843300a 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -19,7 +19,7 @@ Singleton { property alias paths: adapter.paths FileView { - path: `${Paths.config}/shell.json` + path: `${Paths.stringify(Paths.config)}/shell.json` watchChanges: true onFileChanged: reload() onAdapterUpdated: writeAdapter() -- cgit v1.2.3-freya