[V1] Addressed Laggy Single-Page (Applied Cache-Loading)

This commit is contained in:
Youwes09
2026-02-23 10:57:52 -06:00
parent edf2af8618
commit cd2d79f80c
2 changed files with 23 additions and 14 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ export interface Settings {
}
export const DEFAULT_SETTINGS: Settings = {
pageStyle: "single",
pageStyle: "longstrip",
readingDirection: "ltr",
fitMode: "width",
maxPageWidth: 900,