enable auto-logging for arrl_digi contest

(cherry picked from commit 4bc472ac5f85fe1c9a37206d99b2f7146666c7db)
This commit is contained in:
Brian Moran 2024-06-05 17:29:10 -07:00 committed by Uwe Risse
parent ec880ffe4c
commit 1b68336edb

View File

@ -167,7 +167,7 @@ void LogQSO::initLogQSO(QString const& hisCall, QString const& hisGrid, QString
auto special_op = m_config->special_op_id ();
if (SpOp::FOX == special_op
|| (m_config->autoLog ()
&& SpOp::NONE < special_op && special_op < SpOp::FOX))
&& ((SpOp::NONE < special_op && special_op < SpOp::FOX) || SpOp::ARRL_DIGI == special_op)))
{
// allow auto logging in Fox mode and contests
accept();