mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-23 20:48:33 -04:00
Revert "Q65/JT65/JT4: Always display messages containing MyCall in the right window."
This reverts commit 226b17d0ea
.
This commit is contained in:
parent
d4e2c21053
commit
2655e41dd6
@ -4265,8 +4265,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
||||
!m_config.enable_VHF_features()) bDisplayRight=true;
|
||||
}
|
||||
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)) bDisplayRight=true;
|
||||
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 (bDisplayRight) {
|
||||
// This msg is within 10 hertz of our tuned frequency, or a JT4 or JT65 avg,
|
||||
|
Loading…
Reference in New Issue
Block a user