MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / setProxyEnabled

Method setProxyEnabled

global.cpp:1122–1126  ·  view source on GitHub ↗

Get the proxy userid

Source from the content-addressed store, hash-verified

1120
1121// Get the proxy userid
1122void Global::setProxyEnabled(bool value) {
1123 settings->beginGroup("Proxy");
1124 settings->setValue("enabled", value);
1125 settings->endGroup();
1126}
1127
1128// Get the proxy userid
1129bool Global::isProxyEnabled() {

Callers 1

saveValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected