config: actually reload when file changes
This commit is contained in:
parent
96429160c3
commit
d989128cbc
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ Singleton {
|
||||||
FileView {
|
FileView {
|
||||||
path: `${Paths.config}/shell.json`
|
path: `${Paths.config}/shell.json`
|
||||||
watchChanges: true
|
watchChanges: true
|
||||||
|
onFileChanged: reload()
|
||||||
onAdapterUpdated: writeAdapter()
|
onAdapterUpdated: writeAdapter()
|
||||||
|
|
||||||
JsonAdapter {
|
JsonAdapter {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue