import React from "react"; import { WordCorrectionThreshold } from "./WordCorrectionThreshold"; import { SettingsGroup } from "../../ui/SettingsGroup"; import { HistoryLimit } from "../HistoryLimit"; import { AlwaysOnMicrophone } from "../AlwaysOnMicrophone"; import { SoundPicker } from "../SoundPicker"; import { PostProcessingToggle } from "../PostProcessingToggle"; import { MuteWhileRecording } from "../MuteWhileRecording"; import { ClamshellMicrophoneSelector } from "../ClamshellMicrophoneSelector"; export const DebugSettings: React.FC = () => { return (