| 335 | } |
| 336 | |
| 337 | void StripGatePanel::saveGateSettings() const |
| 338 | { |
| 339 | if (!m_audio) return; |
| 340 | if (m_side == Side::Rx) m_audio->saveClientGateRxSettings(); |
| 341 | else m_audio->saveClientGateSettings(); |
| 342 | } |
| 343 | |
| 344 | void StripGatePanel::showForTx() |
| 345 | { |
nothing calls this directly
no test coverage detected