Archived
0

set updateOnly by default

This commit is contained in:
iMoHax
2014-09-04 20:24:34 +04:00
parent df73bdf764
commit cdd5ce4031

View File

@@ -55,7 +55,7 @@ public class Settings {
}
public boolean getEMDNUpdateOnly(){
return !"0".equals(values.getProperty("emdn.updateOnly","0"));
return !"0".equals(values.getProperty("emdn.updateOnly","1"));
}
public void setEMDNAutoUpdate(long autoUpdate){