mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
Fix broken CAT initialization
This commit is contained in:
parent
3d45e1128a
commit
2cd679f71c
@ -1197,7 +1197,7 @@ Configuration::impl::impl (Configuration * self, QNetworkAccessManager * network
|
||||
ui_->highlighting_list_view->setModel (&next_decode_highlighing_model_);
|
||||
|
||||
enumerate_rigs ();
|
||||
// initialize_models ();
|
||||
initialize_models ();
|
||||
|
||||
transceiver_thread_ = new QThread {this};
|
||||
transceiver_thread_->start ();
|
||||
|
Loading…
Reference in New Issue
Block a user