diff --git a/mokuro/script.js b/mokuro/script.js index 03767e2..6de7b62 100644 --- a/mokuro/script.js +++ b/mokuro/script.js @@ -9,7 +9,7 @@ let storageKey = "mokuro_" + window.location.pathname; let defaultState = { page_idx: 0, page2_idx: -1, - hasCover: false, + hasCover: true, r2l: true, singlePageView: false, ctrlToPan: false, @@ -555,4 +555,4 @@ function eInkRefresh() { pc.classList.remove("inverted"); document.body.style.backgroundColor = r.style.getPropertyValue("--colorBackground"); }, 300); -} \ No newline at end of file +}