summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/Config.qml2
1 files changed, 1 insertions, 1 deletions
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()