From abaacfa754349d12b9c6cda81ed06f6e6349e9cb Mon Sep 17 00:00:00 2001 From: ckcz123 Date: Sat, 4 Jul 2020 23:43:08 +0800 Subject: [PATCH] Confirm syncAll --- libs/actions.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/actions.js b/libs/actions.js index 3b9a4923..f654cde3 100644 --- a/libs/actions.js +++ b/libs/actions.js @@ -2354,7 +2354,9 @@ actions.prototype._clickSyncSelect = function (x, y) { core.status.event.selection = selection; switch (selection) { case 0: - core.syncSave('all'); + core.myconfirm('你确定要同步全部存档么?\n这可能在存档较多的时候比较慢。', function () { + core.syncSave('all'); + }); break; case 1: core.syncSave();