mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-23 18:02:29 -04:00
Ensure that the special operating modes are initialized correctly when WSJT-X is started.
This commit is contained in:
parent
7656475fdc
commit
e9de8060de
@ -1364,6 +1364,7 @@ void MainWindow::readSettings()
|
|||||||
m_audioThreadPriority = static_cast<QThread::Priority> (m_settings->value ("Audio/ThreadPriority", QThread::TimeCriticalPriority).toInt () % 8);
|
m_audioThreadPriority = static_cast<QThread::Priority> (m_settings->value ("Audio/ThreadPriority", QThread::TimeCriticalPriority).toInt () % 8);
|
||||||
m_settings->endGroup ();
|
m_settings->endGroup ();
|
||||||
|
|
||||||
|
m_specOp=m_config.special_op_id();
|
||||||
checkMSK144ContestType();
|
checkMSK144ContestType();
|
||||||
if(displayMsgAvg) on_actionMessage_averaging_triggered();
|
if(displayMsgAvg) on_actionMessage_averaging_triggered();
|
||||||
if (displayFoxLog) on_fox_log_action_triggered ();
|
if (displayFoxLog) on_fox_log_action_triggered ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user