mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 11:21:29 +00:00
Always set ignorePerms
when creating a new folder (fixes #821)
This commit is contained in:
parent
4a30bd51ae
commit
bb61358b4a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class Folder {
|
|||
public String type;
|
||||
public List<Device> devices = new ArrayList<>();
|
||||
public int rescanIntervalS;
|
||||
public boolean ignorePerms;
|
||||
public final boolean ignorePerms = true;
|
||||
public boolean autoNormalize;
|
||||
public int minDiskFreePct;
|
||||
public Versioning versioning;
|
||||
|
|
Loading…
Reference in a new issue