MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onDeviceTweaksAccepted

Method onDeviceTweaksAccepted

Settings/ProfileConfigTab.cpp:1492–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1490}
1491
1492void
1493ProfileConfigTab::onDeviceTweaksAccepted(void)
1494{
1495 if (this->tweaks->hasChanged()) {
1496 this->tweaks->commitConfig();
1497 this->configChanged(true);
1498 this->hasTweaks = true;
1499 }
1500}

Callers

nothing calls this directly

Calls 3

configChangedMethod · 0.95
commitConfigMethod · 0.80
hasChangedMethod · 0.45

Tested by

no test coverage detected