Switch to side-by-side view
--- a/src/ohreceiver.cxx +++ b/src/ohreceiver.cxx @@ -108,6 +108,13 @@ m_dev->loopWakeup(); } +void OHReceiver::setActive(bool onoff) +{ + m_active = onoff; + if (!m_active) + iStop(); +} + bool OHReceiver::iPlay() { bool ok = false;