From 5bc2504a6479c450b13b985807cdf09ee693e5f9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 22 Mar 2022 13:33:35 +0100 Subject: [PATCH] clarify that you have to reload (for now) --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index dfd39ff..bbd054f 100644 --- a/main.ts +++ b/main.ts @@ -212,7 +212,7 @@ class CustomFramesSettingTab extends PluginSettingTab { } this.containerEl.createEl("hr"); - this.containerEl.createEl("p", { text: "Create a new frame, either from a preset shipped with the plugin, or a custom one that you can edit yourself. Each frame's tab can be opened using the 'Custom Frames: Open' command." }); + this.containerEl.createEl("p", { text: "Create a new frame, either from a preset shipped with the plugin, or a custom one that you can edit yourself. After restarting or reloading Obsidian, each frame's tab can be opened using the 'Custom Frames: Open' command." }); let addDiv = this.containerEl.createDiv(); addDiv.addClass("custom-frames-add");