Store folder separator

This commit is contained in:
M66B
2019-06-26 08:13:39 +02:00
parent 1774a619e0
commit 6f67982ce0
5 changed files with 1807 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ public class EntityAccount extends EntityOrder implements Serializable {
public Boolean notify;
@NonNull
public Boolean browse = true;
public Character separator;
public Long swipe_left;
public Long swipe_right;
@NonNull