mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-29 12:52:28 -04:00
Disable the popup message for now.
This commit is contained in:
parent
3611f07ad6
commit
3882953f51
@ -5539,13 +5539,11 @@ void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers)
|
|||||||
m_bTxTime=false;
|
m_bTxTime=false;
|
||||||
if (m_auto) auto_tx_mode (false);
|
if (m_auto) auto_tx_mode (false);
|
||||||
if (m_tune) stop_tuning();
|
if (m_tune) stop_tuning();
|
||||||
auto const& msg2 = tr("Double-clicking on combined messages\n"
|
// auto const& msg2 = tr("Double-clicking on combined messages\n"
|
||||||
"not allowed on the standard FT8 sub-bands.\n\n"
|
// "not allowed on the standard FT8 sub-bands.");
|
||||||
"First verify that the displayed <callsign>\n"
|
// QTimer::singleShot (0, [=] { // don't block guiUpdate
|
||||||
"is not a decoding artefact.");
|
// MessageBox::warning_message (this, tr ("Potential hash collision"), msg2);
|
||||||
QTimer::singleShot (0, [=] { // don't block guiUpdate
|
// });
|
||||||
MessageBox::warning_message (this, tr ("Potential hash collision"), msg2);
|
|
||||||
});
|
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
m_bDoubleClicked = true;
|
m_bDoubleClicked = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user