diff --git a/CHANGELOG.md b/CHANGELOG.md index a7fe6e82..7640c8ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). - (**Download**) Respect manga chapter filters on bulk manga download in the library - (**History**) Show only the last read chapter per manga - (**Updates**) Show only the first unread chapter per manga per day +- (**Manga**) Hide details page title copy button in unsupported environments (secure context (https, localhost) required) ### Fixed diff --git a/src/features/manga/components/details/MangaDetails.tsx b/src/features/manga/components/details/MangaDetails.tsx index 7f0b5371..d871706c 100644 --- a/src/features/manga/components/details/MangaDetails.tsx +++ b/src/features/manga/components/details/MangaDetails.tsx @@ -261,11 +261,13 @@ export const MangaDetails = ({ {manga.title} - - - - - + {!!navigator.clipboard && ( + + + + + + )} {manga.author && (