config: actually reload when file changes

This commit is contained in:
2 * r + 2 * t 2025-06-15 18:11:33 +10:00
parent 96429160c3
commit d989128cbc

View file

@ -19,6 +19,7 @@ Singleton {
FileView {
path: `${Paths.config}/shell.json`
watchChanges: true
onFileChanged: reload()
onAdapterUpdated: writeAdapter()
JsonAdapter {