Fixed trailing space on AGN text
This commit is contained in:
parent
4411d9210e
commit
4d219d62f0
@ -10762,7 +10762,7 @@ void MainWindow::processCommandActivity() {
|
|||||||
|
|
||||||
// PROCESS AGN
|
// PROCESS AGN
|
||||||
else if (d.cmd == " AGN?" && !isAllCall && !isGroupCall && !m_lastTxMessage.isEmpty()) {
|
else if (d.cmd == " AGN?" && !isAllCall && !isGroupCall && !m_lastTxMessage.isEmpty()) {
|
||||||
reply = m_lastTxMessage;
|
reply = Varicode::rstrip(m_lastTxMessage);
|
||||||
}
|
}
|
||||||
|
|
||||||
// PROCESS ACTIVE HEARTBEAT
|
// PROCESS ACTIVE HEARTBEAT
|
||||||
|
Loading…
Reference in New Issue
Block a user