diff --git a/src/qml/Proxy/Main.qml b/src/qml/Proxy/Main.qml index bd0ac5a..ce63554 100644 --- a/src/qml/Proxy/Main.qml +++ b/src/qml/Proxy/Main.qml @@ -76,6 +76,7 @@ ItemPage { id: autoScriptProxyRadioButton checked: networkProxy.flag === 1 text: qsTr("Use proxy auto configuration URL") + visible: false onClicked: { networkProxy.flag = 1 }