mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 16:42:12 -05:00
Show option "Also FST240W" only in FST240 mode.
This commit is contained in:
parent
ab2371a96b
commit
9f3bb0fbb7
@ -6442,7 +6442,7 @@ void MainWindow::switch_mode (Mode mode)
|
|||||||
ui->label_6->setVisible(false);
|
ui->label_6->setVisible(false);
|
||||||
ui->label_7->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)
|
void MainWindow::WSPR_config(bool b)
|
||||||
|
Loading…
Reference in New Issue
Block a user