Added on demand sync setting

This commit is contained in:
M66B
2019-12-08 15:00:15 +01:00
parent 4c68973238
commit e85beb1b04
8 changed files with 2036 additions and 12 deletions

View File

@@ -85,7 +85,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
@NonNull
public Boolean synchronize;
@NonNull
public Boolean ondemand = false; // obsolete
public Boolean ondemand = false;
@NonNull
public Boolean primary;
@NonNull