Use title-first announcement for mic gain menu

This commit is contained in:
Jage9
2026-02-28 20:49:52 -05:00
parent 74f1ab75ac
commit e669bf8a57
2 changed files with 2 additions and 3 deletions

View File

@@ -2235,8 +2235,7 @@ function handleNormalModeInput(code: string, shiftKey: boolean): void {
replaceTextOnNextType = true;
micGainLoopbackRestoreState = audio.isLoopbackEnabled();
audio.setLoopbackEnabled(true);
updateStatus(`Set microphone gain: ${state.nicknameInput}`);
audio.sfxUiBlip();
announceMenuEntry('Microphone gain', state.nicknameInput);
return;
case 'calibrateMicrophone':
if (!voiceSendAllowed) {