Baipyrus / ProxySwitcher

A Golang-based Windows application to switch proxy settings
Apache License 2.0
1 stars 0 forks source link

Apply Proxy Default Option For Variants #5

Closed Baipyrus closed 2 months ago

Baipyrus commented 2 months ago

Is your feature request related to a problem? Please describe. Add a new property named ApplyProxy to the Variant type in util\types.go.

Describe the solution you'd like This option is meant to optionally disable applying the system proxy to a variable or to stop it from being appended to the end of a command.

Baipyrus commented 2 months ago

This property should either be the opposite of ApplyProxy or have a default value of true since we want to specify it only when set to false.