Only enter sync loop if logged in
This commit is contained in:
parent
b9df147db5
commit
253ccbadc2
1 changed files with 3 additions and 1 deletions
|
@ -121,4 +121,6 @@ function syncLoop() {
|
||||||
|
|
||||||
store.activeGroup.set(store.groups.get("directs").value())
|
store.activeGroup.set(store.groups.get("directs").value())
|
||||||
|
|
||||||
syncLoop()
|
if (lsm.get("access_token")) {
|
||||||
|
syncLoop()
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue