mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-01-10 20:15:54 +00:00
Set proper default value for autoNormalize
(fixes #915)
This commit is contained in:
parent
cd41856cf0
commit
e4ba5be843
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class Folder {
|
|||
public List<Device> devices = new ArrayList<>();
|
||||
public int rescanIntervalS;
|
||||
public final boolean ignorePerms = true;
|
||||
public boolean autoNormalize;
|
||||
public boolean autoNormalize = true;
|
||||
public MinDiskFree minDiskFree;
|
||||
public Versioning versioning;
|
||||
public int copiers;
|
||||
|
|
Loading…
Reference in a new issue