Fixed HB starting after app start and deselect

This commit is contained in:
Jordan Sherer 2019-02-12 20:28:49 -05:00
parent c011b80a5a
commit 0b9f75a9c8

View File

@ -568,9 +568,11 @@ MainWindow::MainWindow(QDir const& temp_directory, bool multiple,
m_txTextDirty {false},
m_txFrameCountEstimate {0},
m_previousFreq {0},
m_hbPaused { false },
m_hbHidden { false },
m_hbInterval {0},
m_cqInterval {0}
m_cqInterval {0},
m_cqPaused { false }
{
ui->setupUi(this);