update dropdown, too

This commit is contained in:
Jakob Ketterl 2019-10-12 17:26:57 +02:00
parent 98217b1745
commit ec4fd401cb
1 changed files with 1 additions and 0 deletions

View File

@ -2745,6 +2745,7 @@ function demodulator_buttons_update()
$(".openwebrx-demodulator-button").removeClass("highlighted");
if(secondary_demod) {
$("#openwebrx-button-dig").addClass("highlighted");
$('#openwebrx-secondary-demod-listbox').val(secondary_demod);
} else switch(demodulators[0].subtype) {
case "lsb":
case "usb":