mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 11:21:29 +00:00
MinDiskFree value should be float, not int (fixes #901)
This commit is contained in:
parent
7f6d72d0fa
commit
755e581eb3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class Folder {
|
|||
}
|
||||
|
||||
public static class MinDiskFree {
|
||||
public int value;
|
||||
public float value;
|
||||
public String unit;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue