mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
hide anime menu stuff
This commit is contained in:
@@ -61,39 +61,41 @@ export default function TemporaryDrawer({ drawerOpen, setDrawerOpen }: IProps) {
|
|||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<ExtensionIcon />
|
<ExtensionIcon />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText primary="Manga Extensions" />
|
<ListItemText primary="Extensions" />
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/anime/extensions" style={{ color: 'inherit', textDecoration: 'none' }}>
|
{/* <Link to="/anime/extensions"
|
||||||
|
style={{ color: 'inherit', textDecoration: 'none' }}>
|
||||||
<ListItem button key="Extensions">
|
<ListItem button key="Extensions">
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<ExtensionIcon />
|
<ExtensionIcon />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText primary="Anime Extensions" />
|
<ListItemText primary="Anime Extensions" />
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</Link>
|
</Link> */}
|
||||||
<Link to="/manga/sources" style={{ color: 'inherit', textDecoration: 'none' }}>
|
<Link to="/manga/sources" style={{ color: 'inherit', textDecoration: 'none' }}>
|
||||||
<ListItem button key="Sources">
|
<ListItem button key="Sources">
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<ExploreIcon />
|
<ExploreIcon />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText primary="Manga Sources" />
|
<ListItemText primary="Sources" />
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/anime/sources" style={{ color: 'inherit', textDecoration: 'none' }}>
|
{/* <Link to="/anime/sources"
|
||||||
|
style={{ color: 'inherit', textDecoration: 'none' }}>
|
||||||
<ListItem button key="Sources">
|
<ListItem button key="Sources">
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<ExploreIcon />
|
<ExploreIcon />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText primary="Anime Sources" />
|
<ListItemText primary="Anime Sources" />
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</Link>
|
</Link> */}
|
||||||
<Link to="/manga/downloads" style={{ color: 'inherit', textDecoration: 'none' }}>
|
<Link to="/manga/downloads" style={{ color: 'inherit', textDecoration: 'none' }}>
|
||||||
<ListItem button key="Manga Download Queue">
|
<ListItem button key="Manga Download Queue">
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<GetAppIcon />
|
<GetAppIcon />
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
<ListItemText primary="Manga Download Queue" />
|
<ListItemText primary="Downloadsz" />
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</Link>
|
</Link>
|
||||||
<Link to="/settings" style={{ color: 'inherit', textDecoration: 'none' }}>
|
<Link to="/settings" style={{ color: 'inherit', textDecoration: 'none' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user