Merge pull request #21055 from Snuffleupagus/toggleButton-fix-l10n

Fix the l10n-id for the sidebar toggleButton, in the `ViewsManager` class
This commit is contained in:
calixteman 2026-04-07 13:44:42 +02:00 committed by GitHub
commit 959701d8e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -162,7 +162,7 @@ class ViewsManager extends Sidebar {
attachmentsTitle: "pdfjs-views-manager-attachments-title",
layersTitle: "pdfjs-views-manager-layers-title1",
notificationButton: "pdfjs-toggle-views-manager-notification-button",
toggleButton: "pdfjs-toggle-views-manager-button",
toggleButton: "pdfjs-toggle-views-manager-button1",
});
this.#addEventListeners();