1
0
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:
Joe Taylor 2021-01-22 15:32:47 -05:00
parent b64520591f
commit e222e66302

View File

@ -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,' ');
}