mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-11 13:58:35 -04:00
Prep for WSPR-LF tests.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7676 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
503e8bca2d
commit
f7e8c81357
@ -885,7 +885,8 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
|
||||
splashTimer.start (20 * 1000);
|
||||
|
||||
if(m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN" or
|
||||
m_config.my_callsign()=="G4WJS") ui->actionWSPR_LF->setEnabled(true);
|
||||
m_config.my_callsign()=="G4WJS" || m_config.my_callsign () == "G3PQA")
|
||||
ui->actionWSPR_LF->setEnabled(true);
|
||||
|
||||
// this must be the last statement of constructor
|
||||
if (!m_valid) throw std::runtime_error {"Fatal initialization exception"};
|
||||
|
Loading…
Reference in New Issue
Block a user