mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-23 19:25:37 -05:00
Change the label for decoded text panel in FST240W mode.
This commit is contained in:
parent
8b2b1eb378
commit
1a82b9b24d
@ -6456,7 +6456,7 @@ void MainWindow::WSPR_config(bool b)
|
||||
ui->logQSOButton->setVisible(!b);
|
||||
ui->DecodeButton->setEnabled(!b);
|
||||
ui->band_hopping_group_box->setVisible(true);
|
||||
if(b and (m_mode!="Echo")) {
|
||||
if(b and m_mode!="Echo" and m_mode!="FST240W") {
|
||||
QString t="UTC dB DT Freq Drift Call Grid dBm ";
|
||||
if(m_config.miles()) t += " mi";
|
||||
if(!m_config.miles()) t += " km";
|
||||
|
Loading…
Reference in New Issue
Block a user