Add a pref containing the url for the sumo page about alt text (bug 1909097)

This commit is contained in:
Calixte Denizet 2024-07-21 14:48:39 +02:00
parent ebb3d27125
commit 5860c7bcc9
4 changed files with 18 additions and 1 deletions

View file

@ -209,6 +209,7 @@ const PDFViewerApplication = {
// We want to load the image-to-text AI engine as soon as possible.
this.mlManager = new MLManager({
enableAltText: AppOptions.get("enableAltText"),
altTextLearnMoreUrl: AppOptions.get("altTextLearnMoreUrl"),
});
}