Archiviert
13
0

Disable auto download by default

Dieser Commit ist enthalten in:
Dan Mulloy 2016-05-21 16:04:57 -04:00
Ursprung e5bc602af3
Commit 9ecbea68ca

Datei anzeigen

@ -256,7 +256,7 @@ public class ProtocolConfig {
* @return TRUE if it should, FALSE otherwise. * @return TRUE if it should, FALSE otherwise.
*/ */
public boolean isAutoDownload() { public boolean isAutoDownload() {
return updater != null && getUpdaterValue(UPDATER_DOWNLAD, true); return updater != null && getUpdaterValue(UPDATER_DOWNLAD, false);
} }
/** /**