Merge branch 'bugfix_no_device' into develop

This commit is contained in:
Sakamoto Shiina
2025-03-22 18:10:42 +09:00
3 changed files with 182 additions and 179 deletions

View File

@@ -40,7 +40,7 @@ export const _useBackendErrorHandling = () => {
case "No mic device detected":
showNotification_Error(t("common_error.no_device_mic"));
break;
case "No Speaker device detected":
case "No speaker device detected":
showNotification_Error(t("common_error.no_device_speaker"));
break;