mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-23 12:51:16 +00:00
Change default compression to metadata only (fixes #421).
This commit is contained in:
parent
74dd373f87
commit
512b79fff1
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ public class DeviceSettingsFragment extends PreferenceFragment implements
|
|||
mDevice.name = "";
|
||||
mDevice.deviceID = "";
|
||||
mDevice.addresses = "dynamic";
|
||||
mDevice.compression = "always";
|
||||
mDevice.compression = "metadata";
|
||||
mDevice.introducer = false;
|
||||
((EditTextPreference) mDeviceId).setText(mDevice.deviceID);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue