MCPcopy Create free account
hub / github.com/Hieromon/AutoConnect / disable

Method disable

src/AutoConnectUpdate.cpp:186–192  ·  view source on GitHub ↗

* Detach the update item from the current AutoConnect menu. * AutoConnectUpdateAct still active. */

Source from the content-addressed store, hash-verified

184 * AutoConnectUpdateAct still active.
185 */
186void AutoConnectUpdateAct::disable(const bool activate) {
187 _enable = activate;
188 if (_auxCatalog) {
189 _auxCatalog->menu(false);
190 AC_DBG("AutoConnectUpdate disabled\n");
191 }
192}
193
194/**
195 * Make AutoConnectUpdateAct class available by incorporating the update

Callers

nothing calls this directly

Calls 1

menuMethod · 0.45

Tested by

no test coverage detected