update default value

This commit is contained in:
Walid 2026-06-05 05:27:26 +06:00
parent fe3b704cd8
commit 5c340bcc69
2 changed files with 23 additions and 29 deletions

48
main.js

File diff suppressed because one or more lines are too long

View file

@ -260,7 +260,7 @@ const DEFAULT_SETTINGS: PDFExportSettings = {
footerText: "",
showHeader: true,
showFooter: true,
showFooterBorder: true,
showFooterBorder: false,
showPageNumbers: true,
pageNumberPosition: "right",
pageNumberStart: 1,
@ -271,7 +271,7 @@ const DEFAULT_SETTINGS: PDFExportSettings = {
autoBreakH1: false,
autoBreakH2: false,
includeFilenameAsTitle: false,
previewScale: 0.62,
previewScale: 0.90,
};
// ─── Utilities ────────────────────────────────────────────────────────────────