diff --git a/public/main.profile.dart.js b/public/main.profile.dart.js index 0c59d30e0577..60389f36c053 100644 --- a/public/main.profile.dart.js +++ b/public/main.profile.dart.js @@ -396304,7 +396304,7 @@ t8.push(new A._HealthListTile("Invalid File Permissions", false, false, t2, "https://invoiceninja.github.io/docs/self-host-installation/#file-permissions", _null)); if (_this._response.queue === "sync") t8.push(new A._HealthListTile("Queue not enabled", true, true, "Enable the queue for improved performance", "https://invoiceninja.github.io/docs/self-host-installation/#final-setup-steps", _null)); - if (_this._response.pdfEngine !== "snappdf") + if (!B.JSString_methods.startsWith$1(_this._response.pdfEngine.toLowerCase(), "snappdf")) t8.push(new A._HealthListTile("SnapPDF not enabled", true, true, "Use SnapPDF to generate PDF files locally", "https://invoiceninja.github.io/docs/self-host-troubleshooting/#pdf-conversion-issues", _null)); if (_this._response.trailingSlash) t8.push(new A._HealthListTile("APP_URL has trailing slash", true, true, "Remove the slash in the .env file", _null, _null));