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 cd86c8f..d6f4812 100644 --- a/services/Colours.qml +++ b/services/Colours.qml @@ -79,7 +79,7 @@ Singleton { } FileView { - path: `${Paths.state}/scheme.json` + path: `${Paths.config}/scheme.json` watchChanges: true onFileChanged: reload() onLoaded: root.load(text(), false) |