未验证 提交 0b779b98 编写于 作者: E Elizabeth 提交者: GitHub

#17785 Make url text disabled if connection mode switcher is on the host option (#17819)

上级 1c536ff1
......@@ -320,6 +320,7 @@ public abstract class ConnectionPageAbstract extends DialogPage implements IData
if (typeURLRadio != null) typeURLRadio.setSelection(useUrl);
if (typeManualRadio != null) typeManualRadio.setSelection(!useUrl);
urlText.setEditable(useUrl);
urlText.setEnabled(useUrl);
boolean nonUrl = !useUrl;
for (String groupName : nonUrlPropGroups) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册