forked from len0rd/rockbox
When applying the system proxy values really use the values.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16395 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9ce0261211
commit
d03514a8dc
1 changed files with 1 additions and 1 deletions
|
@ -926,7 +926,7 @@ QUrl RbUtilQt::proxy()
|
|||
return QUrl(settings->proxy());
|
||||
else if(settings->proxy() == "system")
|
||||
{
|
||||
systemProxy();
|
||||
return systemProxy();
|
||||
}
|
||||
return QUrl("");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue