mirror of
https://github.com/zealdocs/zeal.git
synced 2024-12-02 09:44:14 +03:00
Save proxy pass, which also used to erroneously overwrite proxy host
This commit is contained in:
parent
c4321374f4
commit
82d2c1931c
@ -775,8 +775,7 @@ void ZealSettingsDialog::saveSettings(){
|
||||
settings.setValue("httpProxy", ui->m_httpProxy->text());
|
||||
settings.setValue("httpProxyPort", ui->m_httpProxyPort->value());
|
||||
settings.setValue("httpProxyUser", ui->m_httpProxyUser->text());
|
||||
settings.setValue("httpProxy", ui->m_httpProxyPass->text());
|
||||
|
||||
settings.setValue("httpProxyPass", ui->m_httpProxyPass->text());
|
||||
settings.setValue("prefixes", prefixes);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user