remove create issue from whisper error

This commit is contained in:
an-lee
2024-08-21 15:15:56 +08:00
parent 2ab84fc067
commit fc2db81a7c

View File

@@ -58,17 +58,7 @@ export const WhisperSettings = () => {
<div className="">
<div className="flex items-center mb-2">
<span>{t("sttAiService")}</span>
{stderr && (
<Button
variant="ghost"
size="icon"
onClick={() => {
EnjoyApp.app.createIssue("Whisper is not working", stderr);
}}
>
<AlertCircleIcon className="w-4 h-4 text-yellow-500" />
</Button>
)}
{stderr && <AlertCircleIcon className="ml-2 w-4 h-4 text-yellow-500" />}
</div>
<div className="text-sm text-muted-foreground">
{whisperConfig?.service === "local" &&