We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c952be commit 3445ad7Copy full SHA for 3445ad7
app/src/protyle/export/index.ts
@@ -28,7 +28,7 @@ const getIconScript = (servePath: string) => {
28
const isBuiltInIcon = ["ant", "material"].includes(window.siyuan.config.appearance.icon);
29
const html = isBuiltInIcon ? "" : `<script src="${servePath}appearance/icons/material/icon.js?v=${Constants.SIYUAN_VERSION}"></script>`;
30
return html + `<script src="${servePath}appearance/icons/${window.siyuan.config.appearance.icon}/icon.js?v=${Constants.SIYUAN_VERSION}"></script>`;
31
-}
+};
32
33
export const saveExport = (option: IExportOptions) => {
34
/// #if BROWSER
0 commit comments