Set the Sock5 proxy
| 1135 | |
| 1136 | // Set the Sock5 proxy |
| 1137 | void Global::setSocks5Enabled(bool value) { |
| 1138 | settings->beginGroup("Proxy"); |
| 1139 | settings->setValue("socks5", value); |
| 1140 | settings->endGroup(); |
| 1141 | } |
| 1142 | |
| 1143 | // Get the Socks5 proxy |
| 1144 | bool Global::isSocks5Enabled() { |