fix: cloud icon is not shown when restarting the app

This commit is contained in:
Tienson Qin
2022-09-01 18:59:06 +08:00
parent 4c84589da4
commit e008a38540
9 changed files with 25 additions and 27 deletions

View File

@@ -515,7 +515,7 @@
payload (-> event
(js->clj :keywordize-keys true))]
(fs-watcher/handle-changed! type payload)
(when config/enable-file-sync?
(when (file-sync-handler/enable-sync?)
(sync/file-watch-handler type payload))))
(defmethod handle :rebuild-slash-commands-list [[_]]