1
0

disable proxy checkbox in ProxyConfig by default

disable the checkbox by default, so that if a user selects Enable Proxy
in the advanced network settings, and then just clicks next with the proxy
checkbox set, doesn't end up with a invalid proxy configuration which
doesn't connect to the server and has to be fixed manually.
This commit is contained in:
f321x
2025-05-13 11:13:01 +02:00
parent 38f51a3b13
commit adaafeaae1

View File

@@ -19,7 +19,7 @@ WizardComponent {
ProxyConfig {
id: pc
Layout.fillWidth: true
proxy_enabled: true
proxy_enabled: false
}
}
}