Vanessa 2023-04-27 10:14:58 +08:00
parent 1fe22e15f4
commit 17b4d8765a
5 changed files with 35 additions and 4 deletions

View file

@ -11,7 +11,7 @@ import {openFileById} from "../editor/util";
import {
processSync, progressBackgroundTask,
progressLoading,
progressStatus,
progressStatus, reloadSync,
setTitle,
transactionError
} from "../dialog/processSystem";
@ -42,6 +42,9 @@ class App {
msgCallback: (data) => {
if (data) {
switch (data.cmd) {
case "syncMergeResult":
reloadSync(data.data);
break;
case "progress":
progressLoading(data);
break;