mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-25 14:45:14 -04:00
Q65/JT65/JT4: Always display messages containing MyCall in the right window.
This commit is contained in:
parent
495170e7a1
commit
226b17d0ea
@ -4265,7 +4265,8 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
!m_config.enable_VHF_features()) bDisplayRight=true;
|
!m_config.enable_VHF_features()) bDisplayRight=true;
|
||||||
}
|
}
|
||||||
if(m_mode=="Q65" and !bAvgMsg) bDisplayRight=false;
|
if(m_mode=="Q65" and !bAvgMsg) bDisplayRight=false;
|
||||||
if((m_mode=="JT4" or m_mode=="Q65" or m_mode=="JT65") and decodedtext.string().contains(m_baseCall) && ui->actionInclude_averaging->isVisible() && !ui->actionInclude_averaging->isChecked()) bDisplayRight=true;
|
if((m_mode=="JT4" or m_mode=="Q65" or m_mode=="JT65") and
|
||||||
|
decodedtext.string().contains(m_baseCall)) bDisplayRight=true;
|
||||||
|
|
||||||
if (bDisplayRight) {
|
if (bDisplayRight) {
|
||||||
// This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg,
|
// This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user