enhance(sync): auto start sync when switching graphs

- auto start sync when switching graphs
- add state ::starting
This commit is contained in:
rcmerci
2022-05-12 20:43:56 +08:00
committed by Andelf
parent 3cbd92a213
commit 9dd63cf711
3 changed files with 23 additions and 8 deletions

View File

@@ -1668,6 +1668,7 @@
(defn get-file-sync-manager []
(:file-sync/sync-manager @state))
(defn get-file-sync-state []
(:file-sync/sync-state @state))