diff options
Diffstat (limited to 'config/Config.qml')
| -rw-r--r-- | config/Config.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config.qml b/config/Config.qml index 24fb00b..b5218be 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -24,7 +24,7 @@ Singleton { property alias paths: adapter.paths FileView { - path: `${Paths.stringify(Paths.config)}/shell.json` + path: `${Paths.config}/shell.json` watchChanges: true onFileChanged: reload() |