mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 21:30:53 +08:00
fix(export): remove non-functional PDF export type
This commit is contained in:
parent
d9764365cb
commit
265d54e44b
1 changed files with 0 additions and 7 deletions
|
|
@ -107,13 +107,6 @@ const TPL = `
|
|||
${t("export.format_markdown")}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="form-check">
|
||||
<label class="form-check-label tn-radio">
|
||||
<input class="form-check-input" type="radio" name="export-single-format" value="pdf">
|
||||
${t("export.format_pdf")}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue