Add to mobile too

This commit is contained in:
Nicolas Mowen 2025-09-29 15:04:33 -06:00
parent 5b37133b2f
commit 050dfe2c27

View File

@ -1451,6 +1451,16 @@ function FrigateCameraFeatures({
</SelectGroup>
</SelectContent>
</Select>
{debug && (
<div className="flex flex-row items-center gap-1 text-sm text-muted-foreground">
<>
<LuX className="size-8 text-danger" />
<div>{t("stream.debug.picker")}</div>
</>
</div>
)}
{preferredLiveMode != "jsmpeg" && !debug && isRestreamed && (
<div className="mt-1 flex flex-row items-center gap-1 text-sm text-muted-foreground">
{supportsAudioOutput ? (