mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 06:46:09 +01:00
🚨
This commit is contained in:
parent
270565bb6c
commit
2be531a0cc
3 changed files with 12 additions and 12 deletions
|
|
@ -350,7 +350,7 @@ export const about = {
|
|||
const downloadInstallPkgElement = about.element.querySelector("#downloadInstallPkg") as HTMLInputElement;
|
||||
downloadInstallPkgElement.addEventListener("change", () => {
|
||||
fetchPost("/api/system/setDownloadInstallPkg", {downloadInstallPkg: downloadInstallPkgElement.checked}, () => {
|
||||
window.siyuan.config.system.downloadInstallPkg = downloadInstallPkgElement.checked
|
||||
window.siyuan.config.system.downloadInstallPkg = downloadInstallPkgElement.checked;
|
||||
});
|
||||
});
|
||||
about.element.querySelector("#aboutConfim").addEventListener("click", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue