Add "No Proxy" option to proxy settings
This commit is contained in:
committed by
Tobias Fella
parent
cae389c04c
commit
d79d806cda
@@ -29,6 +29,14 @@ FormCard.FormCardPage {
|
||||
currentType = 0;
|
||||
}
|
||||
}
|
||||
FormCard.FormRadioDelegate {
|
||||
text: i18n("No Proxy")
|
||||
checked: currentType === 3
|
||||
enabled: !Config.isProxyTypeImmutable
|
||||
onToggled: {
|
||||
currentType = 3;
|
||||
}
|
||||
}
|
||||
FormCard.FormRadioDelegate {
|
||||
text: i18n("HTTP")
|
||||
checked: currentType === 1
|
||||
|
||||
Reference in New Issue
Block a user