mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Merge branch 'develop' into feat-dropped-frames
This commit is contained in:
commit
56741d5e10
@ -5174,7 +5174,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie
|
||||
&& !m_bDoubleClicked && m_mode!="FT4") {
|
||||
return;
|
||||
}
|
||||
if(m_config.quick_call()) auto_tx_mode(true);
|
||||
if(m_config.quick_call() && m_bDoubleClicked) auto_tx_mode(true);
|
||||
m_bDoubleClicked=false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user