Small behavior change

This commit is contained in:
M66B 2023-01-27 17:58:37 +01:00
parent 9d4021f176
commit ca70f0ff3d
1 changed files with 2 additions and 2 deletions

View File

@ -331,8 +331,8 @@ public class EntityFolder extends EntityOrder implements Serializable {
this.auto_classify_target = parent.auto_classify_target;
this.sync_days = parent.sync_days;
this.keep_days = parent.keep_days;
this.unified = parent.unified;
this.navigation = parent.navigation;
//this.unified = parent.unified;
//this.navigation = parent.navigation;
this.notify = parent.notify;
}