Skip to content

Commit

Permalink
Setting: Omnirigs have always PTT On
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Feb 3, 2024
1 parent 1d34ed1 commit 427e520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/SettingsDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ void SettingsDialog::rigChanged(int index)
ui->rigGetXITCheckBox->setChecked(false);

ui->rigGetPTTStateCheckBox->setEnabled(true);
ui->rigGetPTTStateCheckBox->setChecked(false);
ui->rigGetPTTStateCheckBox->setChecked(ui->rigPortTypeCombo->currentIndex() == RIGPORT_SPECIAL_OMNIRIG_INDEX);

ui->rigQSYWipingCheckBox->setEnabled(true);
ui->rigQSYWipingCheckBox->setChecked(true);
Expand Down

0 comments on commit 427e520

Please sign in to comment.