feat(UI.js): PDF-Export-Symbolleiste zur pspdf-Instanz hinzugefügt

This commit is contained in:
Developer 02
2024-10-09 16:50:01 +02:00
parent cf8b28441f
commit 738b379fe5
2 changed files with 2 additions and 1 deletions

View File

@@ -51,6 +51,7 @@
static configurePSPDFKit(instance, handler) {
const toolbarItems = UI.getToolbarItems(instance, handler)
toolbarItems.push({type: "export-pdf"})
instance.setToolbarItems(toolbarItems)
}