mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Merge branch 'release-2.3.0' into develop
This commit is contained in:
commit
afee4d9a28
@ -7212,7 +7212,8 @@ void MainWindow::rigFailure (QString const& reason)
|
||||
else
|
||||
{
|
||||
if (m_splash && m_splash->isVisible ()) m_splash->hide ();
|
||||
m_rigErrorMessageBox.setDetailedText (reason);
|
||||
m_rigErrorMessageBox.setDetailedText (reason + "\n\nTimestamp: "
|
||||
+ QDateTime::currentDateTimeUtc ().toString (Qt::ISODateWithMs));
|
||||
|
||||
// don't call slot functions directly to avoid recursion
|
||||
m_rigErrorMessageBox.exec ();
|
||||
|
Loading…
Reference in New Issue
Block a user