diff --git a/src/monitor/NodeStatusWnd.h b/src/monitor/NodeStatusWnd.h index 24ead7b3..9b02cfb5 100644 --- a/src/monitor/NodeStatusWnd.h +++ b/src/monitor/NodeStatusWnd.h @@ -237,13 +237,19 @@ private: bool dmrCC = rsp["dmrCC"].get(); bool p25CtrlEnable = rsp["p25CtrlEnable"].get(); bool p25CC = rsp["p25CC"].get(); + bool p25VOC = rsp["p25VOC"].get(); bool nxdnCtrlEnable = rsp["nxdnCtrlEnable"].get(); bool nxdnCC = rsp["nxdnCC"].get(); // are we a dedicated control channel? if (dmrCC || p25CC || nxdnCC) { m_control = true; - setText("CONTROL"); + if (p25CC && p25VOC) { + setText("CONTROL (VOC)"); + } + else { + setText("CONTROL"); + } } // if we aren't a dedicated control channel; set our