mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-27 22:14:20 -04:00
Revert "Add an option to disable the Tune watchdog."
This reverts commit 0b951a05e7.
This commit is contained in:
@@ -7057,7 +7057,7 @@ void MainWindow::on_rptSpinBox_valueChanged(int n)
|
||||
|
||||
void MainWindow::on_tuneButton_clicked (bool checked)
|
||||
{
|
||||
if (!m_config.Tune_watchdog_disabled ()) tuneATU_Timer.start (90000); // tune watchdog (90s)
|
||||
tuneATU_Timer.start (120000); // tune watchdog (120s)
|
||||
static bool lastChecked = false;
|
||||
if (lastChecked == checked) return;
|
||||
lastChecked = checked;
|
||||
|
||||
Reference in New Issue
Block a user