Export with sync off

pull/145/head
M66B 7 years ago
parent a85797064a
commit 608ce13423

@ -90,7 +90,7 @@ public class EntityAccount {
json.put("password", ""); json.put("password", "");
json.put("auth_type", auth_type); json.put("auth_type", auth_type);
json.put("primary", primary); json.put("primary", primary);
json.put("synchronize", synchronize); json.put("synchronize", false);
if (color != null) if (color != null)
json.put("color", color); json.put("color", color);
json.put("poll_interval", poll_interval); json.put("poll_interval", poll_interval);

@ -84,7 +84,7 @@ public class EntityIdentity {
json.put("password", ""); json.put("password", "");
json.put("auth_type", auth_type); json.put("auth_type", auth_type);
json.put("primary", primary); json.put("primary", primary);
json.put("synchronize", synchronize); json.put("synchronize", false);
json.put("store_sent", store_sent); json.put("store_sent", store_sent);
return json; return json;
} }

Loading…
Cancel
Save