Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
troyeguo committed Jan 17, 2024
1 parent fbe331e commit 47d652f
Show file tree
Hide file tree
Showing 89 changed files with 5,447 additions and 5,527 deletions.
8 changes: 5 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
<!-- You can erase any parts of this template not applicable to your Pull Request. -->

## Description

<!-- Write a brief description of the changes introduced by this PR -->

## Related Issues

<!--
Link to the issue that is fixed by this PR (if there is one)
e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
-->

### Checklist:

* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
* [ ] Have you linted your code locally prior to submission?
* [ ] Have you successfully ran app with your changes locally?
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
- [ ] Have you linted your code locally prior to submission?
- [ ] Have you successfully ran app with your changes locally?
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

- Desktop Version:
- Stable Version (Recommended): [Download](https://koodo.960960.xyz/en)
- Developer Version: [Download](https://github.com/koodo-reader/koodo-reader/releases/latest) ( With new feature and bug fix, but may induce some unknown bugs)
- Developer version: [Download](https://github.com/koodo-reader/koodo-reader/releases/latest) ( With new feature and bug fix, but may induce some unknown bugs)
- Web Version:[Preview](https://reader.960960.xyz)
- Install with Scoop:

Expand Down
3 changes: 1 addition & 2 deletions public/lib/pdf/web/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
value="page-width"
data-l10n-id="page_scale_width"
>
Page Width
Page width
</option>
<option
id="customScaleOption"
Expand Down Expand Up @@ -881,7 +881,6 @@
JSON.parse(localStorage.getItem("readerConfig")) || {};
return readerConfig[key];
};

</script>
</body>
</html>
Loading

0 comments on commit 47d652f

Please sign in to comment.