1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Add SyncPlay button to app toolbar

This commit is contained in:
Bill Thornton 2022-11-28 16:39:13 -05:00
parent 56a9ae0512
commit b49af89cfc
4 changed files with 372 additions and 0 deletions

View file

@ -16,6 +16,7 @@ import AppTabs from '../tabs/AppTabs';
import { isDrawerPath } from '../drawers/AppDrawer';
import UserMenuButton from './UserMenuButton';
import RemotePlayButton from './RemotePlayButton';
import SyncPlayButton from './SyncPlayButton';
interface AppToolbarProps {
isDrawerOpen: boolean
@ -90,6 +91,7 @@ const AppToolbar: FC<AppToolbarProps> = ({
{isUserLoggedIn && (
<>
<Box sx={{ display: 'flex', flexGrow: 1, justifyContent: 'flex-end' }}>
<SyncPlayButton />
<RemotePlayButton />
<Tooltip title={globalize.translate('Search')}>