long desc for debug

This commit is contained in:
fyears 2021-11-07 15:44:14 +08:00
parent a65f5eb004
commit d7d1c47e2a

View File

@ -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")