MIC endpoint "ready" state — matches RxApplet's SQL-button green so users recognise the visual language across the sidebar.
| 66 | // MIC endpoint "ready" state — matches RxApplet's SQL-button green |
| 67 | // so users recognise the visual language across the sidebar. |
| 68 | inline QColor kBgMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); } |
| 69 | inline QColor kBorderMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); } |
| 70 | inline QColor kTextMicReady() { return AetherSDR::ThemeManager::instance().color("color.accent.success"); } |
| 71 | // TX endpoint "active" state — red, pulsing via setTxActive(). |