[Fix] UI: Correct endpoint case for transcription receive error handling.

This commit is contained in:
Sakamoto Shiina
2025-12-22 16:25:11 +09:00
parent bf9b28d199
commit 316843f875

View File

@@ -115,7 +115,7 @@ export const _useBackendErrorHandling = () => {
} }
return; return;
case "/run/enable_transcription_send": case "/run/enable_transcription_receive":
if (message === "Transcription receive disabled due to VRAM overflow") { if (message === "Transcription receive disabled due to VRAM overflow") {
updateTranscriptionReceiveStatus(data); updateTranscriptionReceiveStatus(data);
showNotification_Error("Transcription receive disabled due to VRAM overflow"); showNotification_Error("Transcription receive disabled due to VRAM overflow");