Clear tx queue before warning message too.

This commit is contained in:
Jordan Sherer 2019-01-28 22:31:40 -05:00
parent b5d08bd0c4
commit 2303734fba

View File

@ -11671,6 +11671,9 @@ void MainWindow::tx_watchdog (bool triggered)
ui->hbMacroButton->setChecked(false);
ui->cqMacroButton->setChecked(false);
// clear the tx queues
resetMessageTransmitQueue();
MessageBox::warning_message(this, QString("You have been inactive for more than %1 minutes.").arg(m_config.watchdog()));
// clear the tx queues