mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 10:16:10 +01:00
🐛 sync
This commit is contained in:
parent
3565f5cb3c
commit
c964a51153
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ const setSync = (key?: string, dialog?: Dialog) => {
|
|||
</div>`;
|
||||
if (dialog) {
|
||||
dialog.element.querySelector(".b3-dialog__header").innerHTML = window.siyuan.languages.cloudSyncDir;
|
||||
dialog.element.querySelector(".b3-dialog__container").lastElementChild.innerHTML = listHTML;
|
||||
dialog.element.querySelector(".b3-dialog__body").innerHTML = listHTML;
|
||||
} else {
|
||||
dialog = new Dialog({
|
||||
title: window.siyuan.languages.cloudSyncDir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue