mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
This commit is contained in:
parent
9995404dd0
commit
fb2b82a951
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ const renderPDF = async (id: string) => {
|
|||
}
|
||||
const currentWindowId = await ipcRenderer.invoke(Constants.SIYUAN_GET, {
|
||||
cmd: "getCurrentWindowId",
|
||||
})
|
||||
});
|
||||
// data-theme-mode="light" https://github.com/siyuan-note/siyuan/issues/7379
|
||||
const html = `<!DOCTYPE html>
|
||||
<html lang="${window.siyuan.config.appearance.lang}" data-theme-mode="light" data-light-theme="${window.siyuan.config.appearance.themeLight}" data-dark-theme="${window.siyuan.config.appearance.themeDark}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue