ChirpChat demod: fixed packet length setting

pull/2055/head
f4exb 2024-04-06 10:50:17 +02:00
rodzic 7c3bf5edcd
commit 5ff2ce2575
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -289,6 +289,7 @@ void ChirpChatDemodGUI::on_header_stateChanged(int state)
ui->fecParity->setEnabled(state != Qt::Checked);
ui->crc->setEnabled(state != Qt::Checked);
ui->packetLength->setEnabled(state != Qt::Checked);
applySettings();
}