Skip to content

Commit

Permalink
(#788) Add some more information to the epub warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Difegue committed Apr 28, 2023
1 parent 8f53fcf commit 324686c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ Reader.checkFiletypeSupport = function (extension) {
localStorage.epubWarningShown = true;
LRR.toast({
heading: "EPUB support in LANraragi is minimal",
text: "EPUB books will only show images in the Web Reader. If you want text support, consider pairing LANraragi with an <a href='https://sugoi.gitbook.io/lanraragi/advanced-usage/external-readers#generic-opds-readers'>OPDS reader.</a>",
text: "EPUB books will only show images in the Web Reader, and potentially out of order. If you want text support, consider pairing LANraragi with an <a href='https://sugoi.gitbook.io/lanraragi/advanced-usage/external-readers#generic-opds-readers'>OPDS reader.</a>",
icon: "warning",
hideAfter: 20000,
closeOnClick: false,
Expand Down
2 changes: 1 addition & 1 deletion tools/Documentation/basic-operations/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The following formats are supported by LRR for Archives:
* 7z/cb7
* xz
* pdf
* epub (images only if viewed in the Web Client)\\
* epub (images only if viewed in the Web Client or through the Client API, potentially out of order)\\
{% endhint %}

{% hint style="info" %}
Expand Down

0 comments on commit 324686c

Please sign in to comment.