From 1574857e1bbe0f88fffc9f3ab4a36c25f87aade3 Mon Sep 17 00:00:00 2001 From: reionwong Date: Sun, 21 Nov 2021 02:30:12 +0800 Subject: [PATCH] Hide pac settings --- src/qml/Proxy/Main.qml | 1 + 1 file changed, 1 insertion(+) 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 }