mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 02:09:03 -04:00
Re-introduce Q65 timer calls. Extend red sync baseline to minimum +/- 100 Hz.
This commit is contained in:
@@ -7508,7 +7508,7 @@ void MainWindow::on_sbFtol_valueChanged(int value)
|
||||
void::MainWindow::VHF_features_enabled(bool b)
|
||||
{
|
||||
if(m_mode!="JT4" and m_mode!="JT65" and m_mode!="Q65") b=false;
|
||||
if(b and (ui->actionInclude_averaging->isChecked() or
|
||||
if(b and m_mode!="Q65" and (ui->actionInclude_averaging->isChecked() or
|
||||
ui->actionInclude_correlation->isChecked())) {
|
||||
ui->actionDeepestDecode->setChecked (true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user