Minor cleanup.

This commit is contained in:
Joe Taylor
2018-07-06 13:21:31 -04:00
parent 00029c1910
commit 3fc2209d86
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -3697,7 +3697,7 @@ void MainWindow::guiUpdate()
// }
if(m_config.bHound()) {
m_bWarnedHound=false;
// m_bWarnedHound=false;
qint32 tHound=QDateTime::currentMSecsSinceEpoch()/1000 - m_tAutoOn;
//To keep calling Fox, Hound must reactivate Enable Tx at least once every 2 minutes
if(tHound >= 120 and m_ntx==1) auto_tx_mode(false);