diff --git a/html/audio_midi/ui.cfg b/html/audio_midi/ui.cfg
index 5a64ea8..1c09db9 100644
--- a/html/audio_midi/ui.cfg
+++ b/html/audio_midi/ui.cfg
@@ -26,6 +26,7 @@
check:{ name: midiThruCheckId, title:"MIDI Thru" },
numb_disp: { name: curMidiEvtCntId, title:"Current" },
numb_disp: { name: totalMidiEvtCntId, title:"Total" },
+ check:{ name: midiMuteCheckId, title:"Mute" },
},
row: {
@@ -33,6 +34,7 @@
check:{ name: audioThroughCheckId, title:"Audio Thru" },
numb_disp: { name: curAudioSecsId, title:"Current:", decpl:1 },
numb_disp: { name: totalAudioSecsId, title:"Total:", decpl:1 },
+ check: { name: audioMuteCheckId, title:"Mute:" },
},
row: {