mirror of
https://github.com/p-stream/p-stream.git
synced 2026-05-18 15:21:45 +00:00
move febbox mp4 to within the collapse section
This commit is contained in:
parent
445fd373c1
commit
2a103fc967
1 changed files with 15 additions and 15 deletions
|
|
@ -518,23 +518,23 @@ export function FebboxSetup({
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
})()}
|
})()}
|
||||||
|
<div className="flex justify-between items-center gap-4 mt-6">
|
||||||
|
<div className="my-3">
|
||||||
|
<p className="max-w-[32rem] font-medium">
|
||||||
|
{t("fedapi.setup.useMp4")}
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<Toggle
|
||||||
|
onClick={() =>
|
||||||
|
preferences.setFebboxUseMp4(!preferences.febboxUseMp4)
|
||||||
|
}
|
||||||
|
enabled={preferences.febboxUseMp4}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
<div className="flex justify-between items-center gap-4 mt-6">
|
|
||||||
<div className="my-3">
|
|
||||||
<p className="max-w-[32rem] font-medium">
|
|
||||||
{t("fedapi.setup.useMp4")}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<Toggle
|
|
||||||
onClick={() =>
|
|
||||||
preferences.setFebboxUseMp4(!preferences.febboxUseMp4)
|
|
||||||
}
|
|
||||||
enabled={preferences.febboxUseMp4}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</SettingsCard>
|
</SettingsCard>
|
||||||
<Modal id={exampleModal.id}>
|
<Modal id={exampleModal.id}>
|
||||||
<ModalCard>
|
<ModalCard>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue