Idle minutes should always be incremented
This commit is contained in:
parent
08629019d4
commit
5fa60659f3
@ -1537,7 +1537,7 @@ void MainWindow::on_the_minute ()
|
|||||||
|
|
||||||
if (m_config.watchdog () && !m_mode.startsWith ("WSPR"))
|
if (m_config.watchdog () && !m_mode.startsWith ("WSPR"))
|
||||||
{
|
{
|
||||||
if (m_idleMinutes < m_config.watchdog ()) ++m_idleMinutes;
|
++m_idleMinutes;
|
||||||
update_watchdog_label ();
|
update_watchdog_label ();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user