Fixed #277: callsign deselect while hbing during qso

This commit is contained in:
Jordan Sherer 2019-12-15 11:47:10 -05:00
parent 7a4663e742
commit 24f1c5f343

View File

@ -8131,7 +8131,10 @@ void MainWindow::sendHeartbeatAck(QString to, int snr, QString extra){
void MainWindow::on_hbMacroButton_toggled(bool checked){
if(checked){
// only clear callsign if we do not allow hbs while in qso
if(m_config.heartbeat_qso_pause()){
clearCallsignSelected();
}
if(m_hbInterval){
m_nextHeartbeat = nextTransmitCycle().addSecs(m_hbInterval * 60);