mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-03 06:24:39 -04:00
Display calls in ActiveStations only when they are "ready to call". Erase on band change.
This commit is contained in:
@@ -83,3 +83,8 @@ void ActiveStations::setClickOK(bool b)
|
||||
{
|
||||
m_clickOK=b;
|
||||
}
|
||||
|
||||
void ActiveStations::erase()
|
||||
{
|
||||
ui->RecentStationsPlainTextEdit->clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user