mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Always save manually entered proxy values.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14469 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
facc7862ce
commit
9305c86f5b
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ void Config::setUserSettings(QSettings *user)
|
||||||
{
|
{
|
||||||
userSettings = user;
|
userSettings = user;
|
||||||
// set proxy
|
// set proxy
|
||||||
QUrl proxy = userSettings->value("defaults/proxy").toString();
|
proxy = userSettings->value("defaults/proxy").toString();
|
||||||
|
|
||||||
if(proxy.port() > 0)
|
if(proxy.port() > 0)
|
||||||
ui.proxyPort->setText(QString("%1").arg(proxy.port()));
|
ui.proxyPort->setText(QString("%1").arg(proxy.port()));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue