From d7d1c47e2a7919bb397984116bfbbf88a6206bef Mon Sep 17 00:00:00 2001 From: fyears Date: Sun, 7 Nov 2021 15:44:14 +0800 Subject: [PATCH] long desc for debug --- src/main.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main.ts b/src/main.ts index dead1c1..099ea44 100644 --- a/src/main.ts +++ b/src/main.ts @@ -289,6 +289,14 @@ class SaveRemoteSettingTab extends PluginSettingTab { containerEl.createEl("h2", { text: "Debug" }); + const syncPlanDiv = containerEl.createEl("div"); + syncPlanDiv.createEl("p", { + text: "Sync plans are created every time after you trigger sync and before the actual sync.", + }); + syncPlanDiv.createEl("p", { + text: "They are useful to know what would actually happen in those sync.", + }); + new Setting(containerEl) .setName("export sync plans") .setDesc("export sync plans")