|
|
|
@ -258,6 +258,9 @@ void OptionsDialog::showRestartWarning(bool fPersistent)
@@ -258,6 +258,9 @@ void OptionsDialog::showRestartWarning(bool fPersistent)
|
|
|
|
|
void OptionsDialog::clearStatusLabel() |
|
|
|
|
{ |
|
|
|
|
ui->statusLabel->clear(); |
|
|
|
|
if (model && model->isRestartRequired()) { |
|
|
|
|
showRestartWarning(true); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void OptionsDialog::updateProxyValidationState() |
|
|
|
@ -267,7 +270,7 @@ void OptionsDialog::updateProxyValidationState()
@@ -267,7 +270,7 @@ void OptionsDialog::updateProxyValidationState()
|
|
|
|
|
if (pUiProxyIp->isValid() && (!ui->proxyPort->isEnabled() || ui->proxyPort->text().toInt() > 0) && (!ui->proxyPortTor->isEnabled() || ui->proxyPortTor->text().toInt() > 0)) |
|
|
|
|
{ |
|
|
|
|
setOkButtonState(otherProxyWidget->isValid()); //only enable ok button if both proxys are valid
|
|
|
|
|
ui->statusLabel->clear(); |
|
|
|
|
clearStatusLabel(); |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|