mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-28 20:32:28 -04:00
Don't do split when in Super Fox mode.
This commit is contained in:
parent
eefacf34f1
commit
69dfc83417
@ -8243,7 +8243,7 @@ void MainWindow::setXIT(int n, Frequency base)
|
|||||||
}
|
}
|
||||||
if (!base) base = m_freqNominal;
|
if (!base) base = m_freqNominal;
|
||||||
m_XIT = 0;
|
m_XIT = 0;
|
||||||
if (!m_bSimplex) {
|
if (!(m_bSimplex || (SpecOp::FOX==m_specOp && m_config.superFox()))) {
|
||||||
// m_bSimplex is false, so we can use split mode if requested
|
// m_bSimplex is false, so we can use split mode if requested
|
||||||
if (m_config.split_mode () && (!m_config.enable_VHF_features () ||
|
if (m_config.split_mode () && (!m_config.enable_VHF_features () ||
|
||||||
m_mode=="FT4" || m_mode == "FT8" || m_mode=="FST4")) {
|
m_mode=="FT4" || m_mode == "FT8" || m_mode=="FST4")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user