mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 03:28:59 -04:00
Write the full Q65 submode name into ALL.TXT.
This commit is contained in:
parent
b64520591f
commit
e222e66302
@ -9171,6 +9171,8 @@ void MainWindow::write_all(QString txRx, QString message)
|
||||
mode_string="JT65 ";
|
||||
} else if (message.size () > 19 && message[19]=='@') {
|
||||
mode_string="JT9 ";
|
||||
} else if(m_mode=="Q65") {
|
||||
mode_string=mode_label.text();
|
||||
} else {
|
||||
mode_string=m_mode.leftJustified(6,' ');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user