Fix reader transition page previous chapter scanlator name
This commit is contained in:
@@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|||||||
- (**Browse**) Fix incorrectly showing "local source" source in the source language filter (the local source can't be disabled)
|
- (**Browse**) Fix incorrectly showing "local source" source in the source language filter (the local source can't be disabled)
|
||||||
- (**Reader**) Fix page shift when toggling the "offset double spreads" setting (currently: enable: shift to the right; disable: shift to the left – now: inverted)
|
- (**Reader**) Fix page shift when toggling the "offset double spreads" setting (currently: enable: shift to the right; disable: shift to the left – now: inverted)
|
||||||
- (**Reader**) Fix "auto webtoon mode" detection for manga source languages other than english and the current selected language
|
- (**Reader**) Fix "auto webtoon mode" detection for manga source languages other than english and the current selected language
|
||||||
|
- (**Reader**) Fix the reader transition page previous chapter scanlator name showing the chapter name instead of the scanlator name
|
||||||
- (**Manga**) Fix dynamic manga page color theme not getting reset after leaving the manga page
|
- (**Manga**) Fix dynamic manga page color theme not getting reset after leaving the manga page
|
||||||
|
|
||||||
## [20251230.01] (r2937) - 2025-12-30
|
## [20251230.01] (r2937) - 2025-12-30
|
||||||
|
|||||||
@@ -241,7 +241,7 @@ export const ReaderTransitionPage = withPropsFrom(
|
|||||||
currentChapterName: currentChapter?.name,
|
currentChapterName: currentChapter?.name,
|
||||||
currentChapterScanlator: currentChapter?.scanlator,
|
currentChapterScanlator: currentChapter?.scanlator,
|
||||||
previousChapterName: previousChapter?.name,
|
previousChapterName: previousChapter?.name,
|
||||||
previousChapterScanlator: previousChapter?.name,
|
previousChapterScanlator: previousChapter?.scanlator,
|
||||||
nextChapterName: nextChapter?.name,
|
nextChapterName: nextChapter?.name,
|
||||||
nextChapterScanlator: nextChapter?.scanlator,
|
nextChapterScanlator: nextChapter?.scanlator,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user