mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-08-16 00:14:03 -04:00
BestSP calls New DXCC as well as New Call on Band.
This commit is contained in:
@@ -3116,6 +3116,12 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
m_BestCQpriority="New Call on Band";
|
||||
processMessage(decodedtext0);
|
||||
}
|
||||
if(messagePriority=="New DXCC"
|
||||
and m_BestCQpriority!="New DXCC"
|
||||
and m_BestCQpriority!="New Multiplier") {
|
||||
m_BestCQpriority="New DXCC";
|
||||
processMessage(decodedtext0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user