GH-1003 Fix settings dialog delays

This commit is contained in:
Petr Mrázek
2015-05-26 08:14:33 +02:00
parent 8fb5d4add3
commit c1c23e47a7
7 changed files with 18 additions and 24 deletions

View File

@ -57,8 +57,6 @@ void ProxyPage::applySettings()
{
auto s = MMC->settings();
SettingsObject::Lock lock(s);
// Proxy
QString proxyType = "None";
if (ui->proxyDefaultBtn->isChecked())