fix: preserve config.file order when updating

This commit is contained in:
Tienson Qin
2020-12-22 23:55:48 +08:00
parent 88b37d2d70
commit bc8463265d
4 changed files with 30 additions and 24 deletions

View File

@@ -183,7 +183,7 @@
(ui/toggle enable-timetracking?
(fn []
(let [value (not enable-timetracking?)]
(repo-handler/set-config! :feature/enable-timetracking? value))))]]]
(config-handler/set-config! :feature/enable-timetracking? value))))]]]
[:hr]