IJPL-141 don't hide system proxy settings link on exception

GitOrigin-RevId: 8185869ea3eba50309661e00da3dbcac9b529c69
This commit is contained in:
Vadim Salavatov
2024-04-22 10:22:59 +02:00
committed by intellij-monorepo-bot
parent 3276caa605
commit a41a15db3e

View File

@@ -120,7 +120,6 @@ class HttpProxySettingsUi implements ConfigurableUi<HttpConfigurable> {
try {
SystemProxySettings.getInstance().openProxySettings();
} catch (Exception e) {
mySystemProxySettingsLink.setEnabled(false);
Logger.getInstance(HttpProxySettingsUi.class).error("failed to open system proxy settings", e);
}
});