forked from External/mage
fixed client proxy settings
This commit is contained in:
parent
cdd0ba6d0c
commit
d512fc1021
3 changed files with 13 additions and 4 deletions
|
|
@ -414,7 +414,7 @@ public class DownloadPictures extends DefaultBoundedRangeModel implements Runnab
|
|||
default: p = Proxy.NO_PROXY; break;
|
||||
}
|
||||
|
||||
if (!p.equals(Proxy.NO_PROXY)) {
|
||||
if (type != Proxy.Type.DIRECT) {
|
||||
try {
|
||||
String address = PreferencesDialog.getCachedValue(PreferencesDialog.KEY_PROXY_ADDRESS, "");
|
||||
Integer port = Integer.parseInt(PreferencesDialog.getCachedValue(PreferencesDialog.KEY_PROXY_PORT, "80"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue