mirror of
https://github.com/sussy-code/smov.git
synced 2026-01-11 20:10:16 +00:00
disable watch party
This commit is contained in:
parent
b7936784dd
commit
23c6e7a3b2
1 changed files with 3 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ export function SettingsMenu({ id }: { id: string }) {
|
|||
>
|
||||
{t("player.menus.settings.downloadItem")}
|
||||
</Menu.Link>
|
||||
<Menu.Link
|
||||
{/*
|
||||
<Menu.Link
|
||||
clickable
|
||||
onClick={handleWatchPartyClick}
|
||||
rightSide={<Icon className="text-xl" icon={Icons.WATCH_PARTY} />}
|
||||
|
|
@ -101,6 +102,7 @@ export function SettingsMenu({ id }: { id: string }) {
|
|||
>
|
||||
{t("Watch Party")}
|
||||
</Menu.Link>
|
||||
*/}
|
||||
</Menu.Section>
|
||||
|
||||
<Menu.SectionTitle>
|
||||
|
|
|
|||
Loading…
Reference in a new issue