remove create issue from whisper error
This commit is contained in:
@@ -58,17 +58,7 @@ export const WhisperSettings = () => {
|
|||||||
<div className="">
|
<div className="">
|
||||||
<div className="flex items-center mb-2">
|
<div className="flex items-center mb-2">
|
||||||
<span>{t("sttAiService")}</span>
|
<span>{t("sttAiService")}</span>
|
||||||
{stderr && (
|
{stderr && <AlertCircleIcon className="ml-2 w-4 h-4 text-yellow-500" />}
|
||||||
<Button
|
|
||||||
variant="ghost"
|
|
||||||
size="icon"
|
|
||||||
onClick={() => {
|
|
||||||
EnjoyApp.app.createIssue("Whisper is not working", stderr);
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<AlertCircleIcon className="w-4 h-4 text-yellow-500" />
|
|
||||||
</Button>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
<div className="text-sm text-muted-foreground">
|
<div className="text-sm text-muted-foreground">
|
||||||
{whisperConfig?.service === "local" &&
|
{whisperConfig?.service === "local" &&
|
||||||
|
|||||||
Reference in New Issue
Block a user