summaryrefslogtreecommitdiff
path: root/services/Colours.qml
diff options
context:
space:
mode:
Diffstat (limited to 'services/Colours.qml')
-rw-r--r--services/Colours.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Colours.qml b/services/Colours.qml
index 3a26e84..9492c8b 100644
--- a/services/Colours.qml
+++ b/services/Colours.qml
@@ -58,7 +58,7 @@ Singleton {
}
FileView {
- path: `${Paths.state}/scheme.json`
+ path: `${Paths.stringify(Paths.state)}/scheme.json`
watchChanges: true
onFileChanged: reload()
onLoaded: root.load(text(), false)