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:
@@ -19,7 +19,7 @@ WizardComponent {
|
||||
ProxyConfig {
|
||||
id: pc
|
||||
Layout.fillWidth: true
|
||||
proxy_enabled: true
|
||||
proxy_enabled: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user