MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / setShowTips

Method setShowTips

src/AppConfig.cpp:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void AppConfig::setShowTips(bool show) {
387 showTips.store(show);
388}
389
390bool AppConfig::getShowTips() {
391 return showTips.load();

Callers 1

actionOnMenuTipsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected