fix(launch): remove microphone dropdown separator

This commit is contained in:
webadderall
2026-03-28 22:55:13 +11:00
parent 56c4067703
commit 9dd67717bc
-1
View File
@@ -850,7 +850,6 @@ export function LaunchWindow() {
? t("recording.disableSystemAudio")
: t("recording.enableSystemAudio")}
</DropdownItem>
<Separator />
{microphoneEnabled && (
<DropdownItem
icon={<MicOff size={16} />}