Added proper send countdown
This commit is contained in:
parent
812b11a53d
commit
762f0fb3e1
@ -5109,6 +5109,10 @@ bool MainWindow::prepareNextMessageFrame()
|
||||
return false;
|
||||
} else {
|
||||
ui->nextFreeTextMsg->setText(frame);
|
||||
|
||||
int count = m_txFrameCount;
|
||||
int sent = count - m_txFrameQueue.count();
|
||||
ui->startTxButton->setText(QString("Sending (%1/%2)").arg(sent).arg(count));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user