mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 00:50:13 +01:00
This commit is contained in:
parent
95c5c1d8ae
commit
c8b05a6b96
5 changed files with 71 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ import {openFileById} from "./editor/util";
|
|||
import {
|
||||
bootSync,
|
||||
downloadProgress,
|
||||
processSync,
|
||||
processSync, progressBackgroundTask,
|
||||
progressLoading,
|
||||
progressStatus,
|
||||
setTitle,
|
||||
|
|
@ -100,7 +100,10 @@ class App {
|
|||
transactionError(data);
|
||||
break;
|
||||
case "syncing":
|
||||
processSync(data)
|
||||
processSync(data);
|
||||
break;
|
||||
case "backgroundtask":
|
||||
progressBackgroundTask(data.data.tasks);
|
||||
break;
|
||||
case "refreshtheme":
|
||||
if (!window.siyuan.config.appearance.customCSS && data.data.theme.indexOf("custom.css") > -1) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue