mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-01 02:19:41 +05:00
feat: add error dialog
This commit is contained in:
parent
e25bcb2415
commit
ac70db8de6
5 changed files with 87 additions and 69 deletions
|
@ -68,6 +68,8 @@ export const SourceSelectorMenu = ({
|
|||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [voiceover]);
|
||||
|
||||
if (!voiceover || !source || !sourceList || sourceList.length <= 1) return <></>
|
||||
|
||||
return (
|
||||
<div className="flex flex-col items-start justify-start gap-4">
|
||||
<p className="text-[20px] px-2 pt-2 pb-1 font-bold">Источник</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue