actually last hotfix for bw toggle

This commit is contained in:
NoobishSVK
2024-03-24 20:11:41 +01:00
parent 6580ed2fca
commit 97e3117f66
+1 -1
View File
@@ -230,7 +230,7 @@ function submitData() {
$("#device-type").val(selectedDevice.text());
}
$('#toggle-bw').is(":checked", data.bwSwitch ? data.bwSwitch : false);
$('#toggle-bw').prop("checked", data.bwSwitch ? data.bwSwitch : false);
$('#audio-devices').val(data.audio.audioDevice);
$('#audio-channels').val(data.audio.audioChannels);