summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/Config.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml
index 4605b8f..60b0b9f 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -19,6 +19,7 @@ Singleton {
FileView {
path: `${Paths.config}/shell.json`
watchChanges: true
+ onFileChanged: reload()
onAdapterUpdated: writeAdapter()
JsonAdapter {