mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IJPL-141 don't hide system proxy settings link on exception
GitOrigin-RevId: 8185869ea3eba50309661e00da3dbcac9b529c69
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3276caa605
commit
a41a15db3e
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user