Merge branch 'bugfix_no_device' into develop
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user