From 4c0c93223867a6599d5c0d9dbe297a16345457a4 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Fri, 8 Feb 2019 09:58:17 -0500 Subject: [PATCH] Fixed #117: PTT configuration issue --- Configuration.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Configuration.cpp b/Configuration.cpp index 764866c..064fa5c 100644 --- a/Configuration.cpp +++ b/Configuration.cpp @@ -1929,11 +1929,6 @@ void Configuration::impl::set_rig_invariants () // only enable CAT option if transceiver has CAT PTT ui_->PTT_CAT_radio_button->setEnabled (CAT_PTT_enabled); - // if CAT PTT is not enabled, select VOX instead - if(!CAT_PTT_enabled){ - ui_->PTT_VOX_radio_button->setChecked(true); - } - auto enable_ptt_port = TransceiverFactory::PTT_method_CAT != ptt_method && TransceiverFactory::PTT_method_VOX != ptt_method; ui_->PTT_port_combo_box->setEnabled (enable_ptt_port); // if PTT port is not enabled, fill it with the text of the CAT port