diff options
Diffstat (limited to 'services')
| -rw-r--r-- | services/Colours.qml | 2 |
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) |