mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
"Prompt me to log QSO" should not require "ID after 73". Fixed.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3175 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
da5576ae3d
commit
2f5631e87f
@ -1461,9 +1461,8 @@ void MainWindow::guiUpdate()
|
||||
if(w.length()==3) t=w[2];
|
||||
icw[0]=0;
|
||||
m_sent73=(t=="73" or itext!=0);
|
||||
if(m_sent73 and m_After73) {
|
||||
icw[0]=m_ncw;
|
||||
// if(m_promptToLog) on_logQSOButton_clicked();
|
||||
if(m_sent73) {
|
||||
if(m_After73) icw[0]=m_ncw;
|
||||
if(m_promptToLog) logQSOTimer->start(200);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user