Fixed trailing space on AGN text
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user