Show option "Also FST240W" only in FST240 mode.

This commit is contained in:
Joe Taylor 2020-07-02 16:20:18 -04:00
parent ab2371a96b
commit 9f3bb0fbb7

View File

@ -6442,7 +6442,7 @@ void MainWindow::switch_mode (Mode mode)
ui->label_6->setVisible(false);
ui->label_7->setVisible(false);
}
ui->actionAlso_FST240W->setVisible(m_mode.startsWith("FST240"));
ui->actionAlso_FST240W->setVisible(m_mode=="FST240");
}
void MainWindow::WSPR_config(bool b)