mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-14 14:00:39 +00:00
Update SettingsMenu.tsx
This commit is contained in:
parent
5f139643e3
commit
725bca072a
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ export function SettingsMenu({ id }: { id: string }) {
|
|||
>
|
||||
{t("player.menus.settings.sourceItem")}
|
||||
<span className="text-type-secondary text-sm">
|
||||
{sourceName} | {embedName}
|
||||
{sourceName} {embedName && `| ${embedName}`}
|
||||
</span>
|
||||
</Menu.ChevronLink>
|
||||
<Menu.ChevronLink
|
||||
|
|
|
|||
Loading…
Reference in a new issue