Round-robin control should be visible only in FST240W mode.

This commit is contained in:
Joe Taylor 2020-07-03 10:05:16 -04:00
parent f9e9a4e1ec
commit 15014685ac
2 changed files with 2 additions and 1 deletions

View File

@ -6464,6 +6464,7 @@ void MainWindow::WSPR_config(bool b)
ui->logQSOButton->setVisible(!b);
ui->DecodeButton->setEnabled(!b);
ui->band_hopping_group_box->setVisible(true);
ui->RoundRobin->setVisible(b and (m_mode=="FST240W"));
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";

View File

@ -2697,7 +2697,7 @@ list. The list can be maintained in Settings (F2).</string>
<string>6 digit locators cause 2 different messages to be sent, the second contains the full locator but only a hashed callsign, other stations must have decoded the first once before they can decode your call in the second. Check this option to only send 4 digit locators if it will avoid the two message protocol.</string>
</property>
<property name="text">
<string>Prefer type 1 messages</string>
<string>Prefer Type 1 messages</string>
</property>
<property name="checked">
<bool>true</bool>