Add scanlator to reader desktop nav bar

This commit is contained in:
schroda
2024-12-19 00:36:01 +01:00
parent 713326d1a2
commit 528dcaafab
2 changed files with 16 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ export const ReaderNavBarDesktop = ({ isVisible, openSettings }: ReaderNavBarDes
mangaId={manga.id}
mangaTitle={manga.title}
chapterTitle={currentChapter.name}
scanlator={currentChapter.scanlator}
/>
<ReaderNavBarDesktopActions
currentChapter={currentChapter}