mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 00:20:12 +01:00
This commit is contained in:
parent
08f10499de
commit
fff0db0d2c
2 changed files with 2 additions and 2 deletions
|
|
@ -150,7 +150,7 @@ const setSync = (key?: string, dialog?: Dialog) => {
|
|||
showMessage(response.msg);
|
||||
} else {
|
||||
window.siyuan.config.sync.enabled = true;
|
||||
confirmDialog(window.siyuan.languages.sync, window.siyuan.languages.syncNow, () => {
|
||||
confirmDialog(window.siyuan.languages.syncConfGuide4, window.siyuan.languages.syncConfGuide5, () => {
|
||||
fetchPost("/api/sync/performSync", {});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue